background images in netscape 6

liunx

Guest
Hopefully an easy one for someone out there.<br />
<br />
I have created a web page with background images. They show up in Explorer, Netscape 7 but not Netscape 6. <br />
<br />
How do I get them to display.<br />
<br />
Thanks<!--content-->Post some code.<br />
<br />
Make sure you don't have some DTD that NS 6 doesn't like.<br />
<br />
Make sure the picture is a .gif or .jpg.<br />
<br />
Make sure there are quotes around the file name.<br />
<br />
This should work by itself:<style type="text/css"><br />
BODY {background-image: url("somefile.jpg")}<br />
</style><!--content-->
 
Back
Top