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

 我来答
phdz
推荐于2016-10-26 · TA获得超过115个赞
知道小有建树答主
回答量:125
采纳率:0%
帮助的人:93.8万
展开全部
<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 就会布局到下面去,该怎么解决
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式