Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Static background.

Status
Not open for further replies.

spy1

Technical User
Jun 9, 2006
26
US
Hi.
I'm trying to figure out how to make a background image static. The effect I'm looking for is the following:
I want a large backround image to stay in place while the text over the image is being scrolled down/up.
I use Dreamweaver.
Any suggestions?
Thanx
 
Try this:
<body background=&quot;collage1.gif&quot; bgproperties=&quot;fixed&quot;> Mike Barone
FREE CGI/Perl Scripts & JavaScript Generators
Ace PopUp Generator Software - Totally FREE
 
Thanks a lot Mike.
It worked.
 
Unfortunately, out of Opera 5.11, Internet Explorer 5.5, Netscape 4.01, NS 4.61, NS 4.7, and NS 6 (the extent of my testing), only IE supports this trick. It can be kinda cool (startled me the first time I saw it), but because of the non-existent cross-browser support, it's unwise practice to make the fixed background a critical aspect of a professional design.
 
can't you set a scrolling property to the img tag? i thought there was a property that worked on earlier versions but has since gotten left behind... &quot;Absorb what is useful, discard what is not. Add what is uniquely your own.&quot; - Bruce Lee - The Tao of Jeet Kune Do
 
Luckily most of the world uses IE 5+. The numbers rise each month, don't worry about other browsers so much. Especially in this case. Unless your client happens to be one of the few left using Netscape ;)

Code:
MSIE 5.x       (77%) 
MSIE 4.x       ( 9%) 
Netscape 4.x   ( 9%) 
Netscape comp. ( 1%) 
Unknow         ( 0%) 
MSIE 2.x       ( 0%) 
Mozilla 5.x    ( 0%) 
Netscape 3.x   ( 0%) 
Opera x.x      ( 0%) 
MSIE 3.x       ( 0%) 
Netscape 2.x   ( 0%) 
MSIE 1.x       ( 0%) 
Netscape 1.x   ( 0%)

Mike Barone
FREE CGI/Perl Scripts & JavaScript Generators
Ace PopUp Generator Software - Totally FREE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top