Is there any way to have a fixed background in Netscape Navigator? I’ve
tried many scripts, but the ones I’ve tried have only worked in ie4.0,
because netscape doesn’t support the
background-attachment: fixed
command for javascript.
Any help that anyone can give me is greatly appreciated.
From Matt List
Webmaster
Revolution Technologies
matt.l…@usa.net
From everything I’ve read and done myself, you simply cannot do that in
Netscape 4.
Matt List wrote:
> Is there any way to have a fixed background in Netscape Navigator? I’ve
> tried many scripts, but the ones I’ve tried have only worked in ie4.0,
> because netscape doesn’t support the
> background-attachment: fixed
> command for javascript.
it’s not javascript.
- Hide quoted text — Show quoted text -
> Any help that anyone can give me is greatly appreciated.
> From Matt List
> Webmaster
> Revolution Technologies
> matt.l…@usa.net
CSS 2 has the background attachment fixed attribute, so it _may_ be in
Nutscape 5.0
BODY {
background: red url("red.gif");
background-attachment: fixed;
}
http://www.w3.org/TR/REC-CSS2/colors.html
Matt List wrote:
> Is there any way to have a fixed background in Netscape Navigator? I’ve
> tried many scripts, but the ones I’ve tried have only worked in ie4.0,
> because netscape doesn’t support the
> background-attachment: fixed
> command for javascript.
> Any help that anyone can give me is greatly appreciated.
> From Matt List
> Webmaster
> Revolution Technologies
> matt.l…@usa.net
–
=======================================================
Home Page: { http://www.foxberry.net/mozilla/ }
"If at first you don’t succeed, it’s probably someone
else’s fault." — Unknown Paranoid
=======================================================