Click to See Complete Forum and Search --> : background images in netscape 6


scottygnz
03-20-2003, 11:01 AM
Hopefully an easy one for someone out there.

I have created a web page with background images. They show up in Explorer, Netscape 7 but not Netscape 6.

How do I get them to display.

Thanks

gil davis
03-20-2003, 12:17 PM
Post some code.

Make sure you don't have some DTD that NS 6 doesn't like.

Make sure the picture is a .gif or .jpg.

Make sure there are quotes around the file name.

This should work by itself:<style type="text/css">
BODY {background-image: url("somefile.jpg")}
</style>