gpt4 book ai didi

css - IE 错误 - 内容向左浮动

转载 作者:行者123 更新时间:2023-11-28 13:46:26 25 4
gpt4 key购买 nike

为什么在 IE6 和 IE 7 中页面会向左浮动?

buggy site

最佳答案

要解决有问题的旧版 IE,您可以像这样将其居中:

body{
text-align:center; /* for older browsers */
}

#main_container{
margin:0 auto;
width:1000px;
text-align:left; /* this is important */
}

关于css - IE 错误 - 内容向左浮动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4912420/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com