我设计了一个包含 3 列的网页,排列如下:
[[左] [内容] [右]]
它显示如下:
[[左] [右]]
[内容]
我ctrd +向下滚动,它看起来没问题,我该如何解决这个问题?
CSS是:
.advert_panel_right{
width:250px;
height:100%;
float:left;
}
.advert_panel_left{
width:250px;
height:100%;
float:right;
}
.content_wraper{
width:902px;
margin: 0px auto;
}
.content{
font-family: Verdana, Geneva, sans-serif;
width:100%;
margin-left:25px;
}