Hi i have code like.
div.secondHeader
{
position: relative;
z-index:0;
width: 988px;
height: 90px;
background-color: grey;
/*background-image : url('images/logo_bg.gif'); */
}
the background color does not show up in IE 7 . While it works in IE8 . any problem with the code
As pinusnegra commented, try “gray”
http://www.nutt.net/2005/10/14/grey-vs-gray-it-matters-to-internet-explorer/
If you’re in a situation like this in the future, you could double-check the Web Colors table. It seems
greyisn’t in the HTML 4.01 specification, butgrayis.