spewn
Programmer
- May 7, 2001
- 1,034
hi!
i have a background image that i display on my site...it's 800 in height, and once it ends, the color of the background takes over.
this works in IE, but i just noticed in firefox, once the background image stops, the color is white.
here's my css:
also, in the body tag, i have bgcolor=666666.
like i said, in IE it's fine, but not sure what i'm doing wrong with rendering in firefox.
any ideas?
i have a background image that i display on my site...it's 800 in height, and once it ends, the color of the background takes over.
this works in IE, but i just noticed in firefox, once the background image stops, the color is white.
here's my css:
Code:
body {
margin:0px;
background-color:#666666;
background:url('e-bg.gif');
background-repeat: repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
color:#000000;
}
also, in the body tag, i have bgcolor=666666.
like i said, in IE it's fine, but not sure what i'm doing wrong with rendering in firefox.
any ideas?