images not showing in IE
Hi there
I've got an image that is showing fine in Mozilla but not in IE - this is the code:
#products {
background-image:url(../images/products.gif);
width:282px;
height:211px;
background-repeat:no-repeat;
z-index:30;
position:absolute;
}
When I remove the position:absolute it shows the image but messes up the rest of the page in terms of layout - it's like the z-index isn't working - I think z-index values mean that you need to have the positional value set to absolute - can anyone help?
thanks
|