Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Able to lock a BG image? (but not the above content?)
Old 01-18-2007, 03:46 PM Able to lock a BG image? (but not the above content?)
Novice Talker

Posts: 9
Name: Caleb
Trades: 0
Hi all...

Just wondering if its possible to lock my BG image image so that it does not scroll, but the content (consisting of images) does scroll 'above' it...

ie. the content of the page moves independently to the BG?

I mostly use Dreamweaver3 and am happy to use extensions or edit html if needed.

That said though I'll try any suggestions that present a solution...

Also wondering if there is a term for what I'm trying to do that would help me search for an extension or solution?


Thanks!
Nat B is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-18-2007, 05:01 PM Re: Able to lock a BG image? (but not the above content?)
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
Trades: 0
Use a style property. the background-attachment: fixed should do exactly what you want.
Code:
<style type="text/css">
<!--
body { 
     background-image: url(image_name.gif); 
     background-attachment: fixed;
}
-->
</style>
__________________

Please login or register to view this content. Registration is FREE

"I think therefore I am, I think." <!-- George Carlin
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Old 01-19-2007, 10:23 PM Re: Able to lock a BG image? (but not the above content?)
Novice Talker

Posts: 9
Name: Caleb
Trades: 0
Hey thanks... I will try this and let you know how I go...
Nat B is offline
Reply With Quote
View Public Profile
 
Old 01-20-2007, 04:05 AM Re: Able to lock a BG image? (but not the above content?)
Novice Talker

Posts: 9
Name: Caleb
Trades: 0
Ta mate all sorted now....
Nat B is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Able to lock a BG image? (but not the above content?)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20646 seconds with 12 queries