摘要:
布局{右边框架浮动(动态显示)/左边框浮动(动态显示)}右边框代码部分:<style type="text/css">#header,#content,#footer{background-color:#ccc;border:1px solid #0c0;height:30px;width:80%;margin:10px auto;}#content{height:500px;}#left{height:500px;width:100px;border:1px red solid;float:left;background-color:#966;}#right{ 阅读全文
摘要:
左右动态,中间固定css部分代码<style type="text/css">#header,#content,#footer{background-color:#ccc;border:1px solid #0c0;height:30px;width:80%;margin:10px auto;}#content{height:500px;}#left{height:500px;width:50%;float:left;margin-left:-50px;}#left1{height:500px;background-color:#966;margin-left: 阅读全文
摘要:
代码部分:<style type="text/css">#header,#content,#footer{background-color:#ccc;border:1px solid #0c0;height:30px;width:80%;margin:10px auto;}#content{height:500px;}#left{height:500px;width:30%;float:left;background-color: #C36;}#right{width:20%;height:500px;float:right;background-color:# 阅读全文