|
I have CSS code which works perfect in Firefox and Safari but in IE it is hidden, not even sure where it puts it, way off. I am overriding an eCommerce template stylesheet so there may be hidden CSS affecting this, not sure.
The wrapper is center aligned, aprox 1000 width, so I am just trying to position inside of that body element.
Any ideas on why IE hates this so much?
#Div 7 (shoppingcart) {
z-index:-1;
position: absolute;
left: 770px;
top: 50px;
margin-top: 0;
padding-top: 0;
}
Last edited by Boar; 06-29-2012 at 05:55 PM..
|