在ASP.NET 网页布局中,如何用 div 实现 左两行右一行的布局(如下图)

2025-01-15 03:03:22
推荐回答(1个)
回答1:

 


.div1{ width:100px; height:100px; float:left; background:#ccc }
.div2{ width:100px; height:100px; float:left;margin-top:10px; background:#ccc }
.div2{ clear:both}
.div3{ margin-left:110px; *margin-left:107px; width:200px; height:210px; background:#ccc }




div1

div2

div3



相关问答
最新问答