dreamweaver8,浮动.怎么实现左右分栏结构。其中右边又分为上下结构。求代码~~~
1个回答
展开全部
一定要浮动?这个不浮动也能做。
<div style="width:200px; height:200px; flot:left">
<div style="width:100px; height:100px; flot:left">/*left*/
<div style="width:100px; height:50px; flot:left">左上</div>/*left_top*/
<div style="width:100px; height:50px; flot:left">左下</div>/*left_bottom*/
</div>
<div style="width:100px; height:100px; flot:left">
<div style="width:100px; height:50px; flot:left">右上</div>/*right_top*/
<div style="width:100px; height:50px; flot:left">右下</div>/*right_bottom*/
</div>/*right*/
</div>
我把左右的上下结构都写给你了,你看你需求自己进行添加或删除吧。
<div style="width:200px; height:200px; flot:left">
<div style="width:100px; height:100px; flot:left">/*left*/
<div style="width:100px; height:50px; flot:left">左上</div>/*left_top*/
<div style="width:100px; height:50px; flot:left">左下</div>/*left_bottom*/
</div>
<div style="width:100px; height:100px; flot:left">
<div style="width:100px; height:50px; flot:left">右上</div>/*right_top*/
<div style="width:100px; height:50px; flot:left">右下</div>/*right_bottom*/
</div>/*right*/
</div>
我把左右的上下结构都写给你了,你看你需求自己进行添加或删除吧。
来自:求助得到的回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询