无法在 IE 中将 div 居中

发布于 2024-11-06 11:35:48 字数 421 浏览 0 评论 0原文

我无法在 IE 中将 div 居中,但在 Chrome 和 Firefox 中没问题。

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

当前 CSS:

#content { 字体系列:Arial; 字体大小:12px; 保证金:0 自动; 宽度:692 像素; }

.widecolumn-links { 边框:1px实线#CCCCCC; 内边距:10px 50px; 宽度:692 像素; 保证金:0 自动; 任何

建议将不胜感激..

I'm unable to center a div in IE but it's fine in Chrome and Firefox.

here's the url: http://www.hearts.co.za/blog/my-inspiration/

Current 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;
}

Any suggestions would be greatly appreciated..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅的被狗咬 2024-11-13 11:35:48

这可能对您有用

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

注意:在查看源代码时,您使用了很多表格进行布局。你不应该为此使用表格。

This may work for you

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

Note: At looking at your source code, you use a lot of tables for layouting. You shouldn't use tables for that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文