三栏的网页布局,中间宽度自适应
2020-12-13 04:10
阅读:553
YPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
标签:style c ext http color a
#box
{
/*高度必须设置,否则IE下子元素的absolute定位异常。且此处应设置为100%,因为内容部分的高度不确定。*/
height:100%;
position:relative;
}
#middle
{
height:100px;
margin:0 200px;
background-color:red;
}
#left
{
height:100px;
width:200px;
position:absolute;
top:0px;
left:0px;
background-color:green;
}
#right
{
height:100px;
width:200px;
position:absolute;
top:0px;
right:0px;
background-color:blue;
}
三栏的网页布局,中间宽度自适应,搜素材,soscw.com
三栏的网页布局,中间宽度自适应
标签:style c ext http color a
原文地址:http://www.cnblogs.com/xiaoleidiv/p/3732061.html
上一篇:springmvc.xml
评论
亲,登录后才可以留言!