在ASP.NET 网页布局中,如何用 div 实现 左两行右一行的布局(如下图)
展开全部
<html>
<head>
<style type='text/css'>
.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 }
</style>
</head>
<body>
<div>
<div class="div1">div1</div>
<div class="div2">div2</div>
<div class="div3">div3</div>
</div>
</body>
</html>
追问
若 右边 放个 iframe , iframe 就会布局到下面去,该怎么解决
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询