-1

我正在处理这个页面: http: //mockingbirdagency.com/thebox/tvshow.html

http://mockingbirdagency.com/thebox/style.css

我不能浮动主 div 内底部的小图标(它们以某种方式最终出现在外面)......我试过从左向右浮动,但图片仍然在主 .bloc div 之外。我检查了是否缺少结束标签,但也不是这样。谁能告诉我为什么?!

4

1 回答 1

0

问题在于您的一个内部 div 的高度固定。

.bottom-presentation-tv {
    float: left;
    height: 50px; /* remove this  */
    width: 100%;
}
于 2012-12-06T02:17:51.213 回答