如果我的css代码是:
h1 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 2em;
margin-bottom:12px;
}
一切都和我期望的一样好。但如果我的margin-bottom
大于12px,那么我的页面会向左浮动一点。
我今天使用的是Chrome版本。我也在使用Meyer的reset.css最新版本(v2.0)
我应该解决什么问题?你能指导我吗?
答案 0 :(得分:1)
您是否检查过将边距增加到12个像素以上会使整个页面无法垂直放入浏览器中,从而触发滚动条显示在右侧,这会导致整个页面移动到离开(如果你把内容集中在一起)?