關於清除浮動;背景透明;

1,清除浮動css代碼:css

.container::after {
    content: " ";
    display: block;
    clear: both;
}

clear:both;清除兩邊浮動。html

clear: left;清除左邊浮動。瀏覽器

clear:right;清除右邊浮動。spa

clear: none;不清楚浮動。code

背景透明css代碼:htm

background: transparent;

2 <div style="clear:both"></div>class

3 父元素設置寬,而後overflow:hidden;di

4 父元素收到添加高清除浮動

5 父元素定義overflow:auto,  同時必須定義width或zoom:1,同時不能定義height,使用overflow:auto時,瀏覽器會自動檢查浮動區域的高度co

相關文章
相關標籤/搜索