4

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

4

1 回答 1

6

将div的溢出属性设置为hiddenauto

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

于 2012-06-17T15:51:42.963 回答