好得很程序员自学网

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

关于position布局的问题_html/css_WEB-ITnose

  *{ margin:0; padding:0;}.header{ width:100%; background:blue; }.menu{ width:100%; background:gray; height:40px;}.center{ width:940px; margin:0 auto; height:100px; background:red; position:relative;}.left{ position:absolute; top:0; left:-420px; width:420px; height:160px; background:yellow;}.right{ position:absolute; top:0; right:-420px; width:420px; height:160px; background:yellow;} 

查看更多关于关于position布局的问题_html/css_WEB-ITnose的详细内容...

  阅读:38次