61,128
社区成员




.flexible {
height: auto !important;
height: 360px;
min-height: 360px;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
.auto {
background-color:#fc0;
border:1px #f30 solid;
float:left;
width: 200px;
min_height:20px;
_height:20px;
}
</style>
</head>
<body >
<div class="auto">
1111111111<br />
2222222222222<br />
333333333333333333333<br />
4444444<br />
555555555555<br />
666666666666666<br />
777777777777777777</div>
</body>
</html>