HTML(3X次):奇怪的錯誤與邊境/輪廓/保證金/填充
<div class="scream">
<div class="author">
<img src="avatars/dagrevis.png" alt="" title="daGrevis" />
</div>
<div class="data">
<span>Lorem Ipsum is simply dummy text of the printing and typesetting industry...</span>
</div>
<div class="clearer"></div>
</div>
CSS:
.scream {
background: #F4F4F4;
width: 944px; height: 48px;
}
.scream .author {
float: left;
}
.scream .data {
float: left;
}
.clearer { clear: both; }
這是怎麼看我的瀏覽器:
如您所見,height
設置爲48px。圖像大小也是48px。這是怎麼回事,我沒有看到每個div.scream
在單獨的行?例如,如果我將height
設置爲50px,所有作品!在我看來,這是因爲有某種邊框/輪廓/邊距/填充物毀了我的生活。不幸的是,在FireBug中,我沒有看到類似的東西......