今天下载一个discuz论坛风格是TABLE 的想把头部修改为XHTML(div+css)的为三列中宽度为自动适应的,代码如下

<style>
body{margin:0}
  }
#left {
       background-color: #C9C9C9;
       border: 2px solid #797979;
       width:200px;
       height: 100px;
       position: absolute;
       top: 0px;
       left: 0px;
}
#center {
       background-color: #C9C9C9;
       border: 2px solid #797979;
       height: 100px;
       margin-left: 200px;
       margin-right: 200px;
}
#right {
       background-color: #C9C9C9;
       border: 2px solid #797979;
       width:200px;      
       height: 100px;
       position:absolute;
       top: 0px;
       right: 0px;
}
</style>
<div id="left">左列</div>
<div id="center">中列</div>
<div id="right">右列</div>
Tags:

网站制作 | 评论(0) | 引用(0) | 阅读(294)
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]