Can someone help me with this basic CSS code and Netscape? The version of Netscape that I am using is Netscape 4.7
The below code works fine with IE but will not work with Netscape. It will set the background color correctly in Netscape but nothing else. From every web site I have checked this code looks like it should work.
body
{
color: black;
font-family: "Arial";
background-color: #FFFFFF;
background-image: url(bgrnd92.jpg);
}
The below code works fine with IE but will not work with Netscape. It will set the background color correctly in Netscape but nothing else. From every web site I have checked this code looks like it should work.
body
{
color: black;
font-family: "Arial";
background-color: #FFFFFF;
background-image: url(bgrnd92.jpg);
}