I have a style sheet that is working in Netscape 4.0 but not 7.
The following div tag is used to display a background image
<div id="botstuff" style="positionabsolute; left1px; top768px" width="800">
I have a similar div tag for a graphic on the bottom.
The style sheet references the background image in the body like this
background-image url(Images/eps-page02.jpg); background-position center top; background-repeat no-repeat;}
Any clue as to why the background image doesn't show in Netscape 7??
Thanks,
Ryan
Netscape 7 Problems
Hi rthudy,
Without a link to the page it's a little hard to guess.
Are you using the same ID twice?
Netscape 7 Problems
Unfortunately, it's an internal site and I can't give the URL.
No, I'm using a different ID. This is a site I inherited but we transitioning to N7 and I noticed it doesn't work with that browser.
Netscape 7 Problems
Hi rthudy,
Have you tried validating your markup and CSS?
Background Image
I've found the same problem with netscape 7 not displaying background images (or colors) for divs. If you define a height for your div it should work..... unfortunately this is not an appropriate solution for me, thus I'm still searching for a suitable solution.