RedRobotHero
Technical User
I have a background image in a div. The background image displays as I want it in IE 6 and Opera 7, but not in Netscape 7.
You can see the page here:
This is the .css I'm using.
Is there something I can change to make the image appear in Netscape?
You can see the page here:
This is the .css I'm using.
Code:
#mback {
border:none;
padding:0px;
margin:0px;
background-image: url(/images/line.png);
background-repeat:repeat-x;
background-position: left center;
width:100%;
}
Is there something I can change to make the image appear in Netscape?