I LOVE YOU 韩鹏鹏

html-清除悬浮问题

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>html-清除悬浮问题</title>
</head>

<body>
<div class="1" style="width:100px">
<div class="2" style="float:left">2222</div>
<div class="3" style="float:right">3333</div>
<div style="clear:both"></div>
</div>
</body>
</html>

posted @ 2017-04-24 09:55  韩鹏鹏  阅读(736)  评论(0编辑  收藏  举报