HTML and Netscape. I have a "fixed" background so that the text scrolls but the background stays the same. It works great in Internet Explorer, but in Netscape it does not stay fixed.
The background just scrolls along with everything else. Is this just a Netscape thing?
Also my flash movie does not play in Netscape. It works fine in IE.
I have the flash movie set to "wmode" and transparency and have been told that this can cause problems.
I'm just wondering if there is a way around it or its just Netscape sucking?
HTML
Code: Select all
<body style="background-attachment: fixed; background-repeat: no-repeat;" background="xxx.jpg">
[b]CAPSLOCK IS ON[/b]
read up on CSS here:
http://www.w3schools.com/css/css_howto.asp
No one uses Netscape btw, you should only need to check for compatibility in IE and Firefox.
http://www.w3schools.com/css/css_howto.asp
No one uses Netscape btw, you should only need to check for compatibility in IE and Firefox.
-
- Posts: 711
- Joined: Sun Feb 15, 2004 8:00 am