background=fixed with netscape ?!

They have: 9 posts

Joined: Jun 2000

I'm looking for a way to fix the background using Netscape, as it possible to do with Internet Explorer (background=fixed).

Thank you to answer me if somebody found a solution !

Aya

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

Netscape doesn't allow, through HTML nor through CSS, background fixing. In order to do it you could have a complex DHTML script that takes the scrolling away from the browser and puts it in the page itself, but otherwise, My recommendation would be to let it slide.

If you use CSS like so:

background: url(whatever.gif) #ffffff no-repeat;

then the background won't repeat forever, will just occur once and then use whatever hex value you specify (or rgb) for the rest of the background.

hth,

Smiling Suzanne

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.