Home › Forums › CSS › Center Website with Div Tag › Re: Center Website with Div Tag
December 27, 2010 at 1:00 am
#68645
Member
try to remove he absolute positionning and top and left attribute, then make the margin: 0 auto.That should fix your problem and for IE add this for the body {text-align:center} and the container div add this {text-align:left}.
Let us know if works for you