Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS wrapper div won’t position relative in IE Re: wrapper div won’t position relative in IE

#77753
takeiteasy04
Member

Try changing this…

Code:
margin: -8 auto;

to this…

Code:
margin: -8px auto;