Home › Forums › CSS › wrapper div won’t position relative in IE › Re: wrapper div won’t position relative in IE
June 14, 2010 at 9:26 am
#77753
Member
Try changing this…
Code:
margin: -8 auto;
to this…
Code:
margin: -8px auto;