无法在IE中居中

时间:2011-05-12 08:07:14

标签: internet-explorer html center

我无法在IE中居中,但在Chrome和Firefox中它很好。

这是网址:http://www.hearts.co.za/blog/my-inspiration/

当前的CSS:

#content { font-family: Arial; font-size: 12px; margin: 0 auto; width: 692px; }

.widecolumn-links { border: 1px solid #CCCCCC; padding: 10px 50px; width: 692px; margin: 0 auto; }

任何建议都将非常感谢..

1 个答案:

答案 0 :(得分:0)

这可能适合你

body { text-align: center; }
body * { text-align: left; }

注意:在查看源代码时,您会使用大量表格进行布局。你不应该使用表格。