好得很程序员自学网

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

DIV+CSS自动适应宽高度_html/css_WEB-ITnose

DIV+CSS自适应宽度:

    自适应宽度实例--HdhCmsTestops.cc  /* 自适应宽度 */#left{width:150px;margin-right:-150px;float:left;}#center{width:auto;margin:0 0 0 150px;}#right{width:140px;margin-left:-140px;float:right;}/* 自适应高度度 *//* warp 用于隐藏溢出的部分 */#wrap{overflow:hidden;}#left,#center,#right{padding-bottom:20000px;margin-bottom:-20000px;}   

左边栏,固定宽度150px;高度600px

查看更多关于DIV+CSS自动适应宽高度_html/css_WEB-ITnose的详细内容...

  阅读:32次