好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

float的一点想法_html/css_WEB-ITnose

刚写代码的时候,突然有个问题,float加在父级元素上和加在子级元素上有什么区别,还有浮动清除的一些问题

                           .main{            width: 1000px;            background-color: bisque;            overflow: hidden;        }        .fl{            float: left;        }        .wh200{            width: 200px;            height: 200px;            margin-left: 20px;            background-color: aqua;        }        .clear{            clear: both;        }        .main2{            width: 1000px;            background-color: blue;            height: 400px;        }       

查看更多关于float的一点想法_html/css_WEB-ITnose的详细内容...

  阅读:34次