无法在 IE 中将 div 居中
我无法在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能对您有用
注意:在查看源代码时,您使用了很多表格进行布局。你不应该为此使用表格。
This may work for you
Note: At looking at your source code, you use a lot of tables for layouting. You shouldn't use tables for that.