我的頁腳我有3列填充:10px 20px 0px;IE 6-7不服從填充/保證金
在那些我有一些標題(h1/h2)與margin-top:10px;
這看起來確定在所有瀏覽器除了從IE 6和7
在IE 6和7中的標題被放置10px的從容器的頂部。 (頂部填充缺失,但左/右填充是好的)
有人可以告訴我爲什麼嗎?
http://www.hr-relocation.com/test.html
.footercolumn {
width: 260px;
height: 170px;
padding: 10px 20px 0px;
text-align: left;
overflow: hidden;
background: url(../gfx/footerbg.gif) no-repeat top left;
float: left;
}
.footercolumn h1, .footercolumn h2, .footercolumn h3 {
margin-top: 10px;
font-size: 12px;
line-height: 1.2em;
font-weight: bold;
color: #c5037b;
display: block;
}
你可以請張貼您的HTML標記以及? – o01 2010-11-28 13:32:56