clear 属性

clear属性:规定元素的哪一侧不允许有其他的浮动元素

Example:

<html>
<head>
<style type="text/css">
img
  {
  float:left;
  clear:both;
  }
</style>
</head>
<body>
<img src="/i/eg_smile.gif" />
<img src="/i/eg_smile.gif" />
</body>
</html>

Result:

 

posted @ 2017-03-15 16:18  艾若菲  阅读(212)  评论(0编辑  收藏  举报