好得很程序员自学网

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

请问,css布局总宽度没超过父框架,为什么会错位?_html/css_WEB-ITnose

本帖最后由 corn8888 于 2013-05-10 21:35:51 编辑

     无标题文档              *{            margin:0;            padding:0;            border: 0;        }        .layoutDemo {            width: 960px;            background: #000;        }        #left {            width: 220px;            float: left;            margin-right: 20px;            background: green;            border: 0;        }        #main-content {            width: 720px;            float: left;            background: gray;        }        #content        {            width:960px;            overflow: hidden;        }        

Left Sidebar

查看更多关于请问,css布局总宽度没超过父框架,为什么会错位?_html/css_WEB-ITnose的详细内容...

  阅读:23次