This will align your divs in the center for Internet Explorer if the old standard margin-left:auto etc. doesn’t do the do.
body { text-align:center; margin:0px; } #center_box { padding-top:200px; width:700px; margin:0 auto; text-align:left; }
Tech Reference: CSS
Leave a Reply