Is there a way to make a fixed background in Netscape Navigator? I can do it for Internet Explorer easily enough, but Navigator is unwilling to even try.<P>Pre-emptive thanksies.
--jwh<P>------------------
Joshua W. Hammerstedt,
Photon Jockey
<A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> is back!! <A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> loves you!
<A HREF="http://party2001.keenspace.com/group4/group4.html" TARGET=_blank>Keenspace Party 2001 Group 4</A> loves you differently but certainly no less than <A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> does!
Alternate tag?
-
Joshua_w
- Regular Poster
- Posts: 235
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: PG, BC, Canada.
- Contact:
Just keeping my question on top where it'll get noticed....<P>--jwh<P>------------------
Joshua W. Hammerstedt,
Photon Jockey
<A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> is back!! <A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> loves you!
<A HREF="http://party2001.keenspace.com/group4/group4.html" TARGET=_blank>Keenspace Party 2001 Group 4</A> loves you differently but certainly no less than <A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> does!
Joshua W. Hammerstedt,
Photon Jockey
<A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> is back!! <A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> loves you!
<A HREF="http://party2001.keenspace.com/group4/group4.html" TARGET=_blank>Keenspace Party 2001 Group 4</A> loves you differently but certainly no less than <A HREF="http://insidejoke.keenspace.com" TARGET=_blank>Inside Joke</A> does!
Um, if background=fixed in the body tag doesn't work (damn Netscape) there might be a way to do it using CSS (cascading style sheets). I'm pretty sure Netscape is CSS 2 compliant and will support fixed backgrounds.<P>[STYLE type="text/css"]
[!--
#bg {background: URL(/images/logo.gif) fixed}
//-]
[/STYLE]<P>Try something along these lines for your CSS... if you don't understand CSS... then I don't know. Maybe I'll look at your page or somesuch.
[!--
#bg {background: URL(/images/logo.gif) fixed}
//-]
[/STYLE]<P>Try something along these lines for your CSS... if you don't understand CSS... then I don't know. Maybe I'll look at your page or somesuch.