漂浮在div底部的浮动图像

Pro*_*sor 3 html css css-float

我有一个图像,css"float"设置为"left",在"div"元素内.即使位置是相对的,图像也不会强制div的高度增加,因此图像突出于div的底部.我怎样才能解决这个问题?

Luc*_*Luc 5

将div 的overflow属性设置为hiddenauto.

http://www.quirksmode.org/css/clearing.html