一个DIV里面包含3个靠左的div和2个靠右的div,靠右的分行了,如何让他们显示在同一行?
<divstyle="width:950px;height:480px;"><divstyle="width:190px;height:160px;bo...
<div style="width:950px; height:480px;"><div style="width:190px; height:160px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div><div style="width:190px; height:200px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div><div style="width:190px; height:75px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div><div style="width:750px; height:250px; background-color:#000; margin:5px 0 0 0; " > </div><div style="width:750px; height:200px; background-color:#000; margin:5px 0;"> </div> </div>
展开
3个回答
展开全部
左边3个div放在一个div中,右边2个也放入一个div中,粘贴看效果
<div style="width:950px; height:480px;">
<div style="width:192px;float:left;">
<div style="width:190px; height:160px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div>
<div style="width:190px; height:200px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div>
<div style="width:190px; height:75px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div>
</div>
<div style="width:750px; float:right;">
<div style="width:750px; height:250px; background-color:#000; margin:5px 0 0 0; " > </div>
<div style="width:750px; height:200px; background-color:#000; margin:5px 0;"> </div>
</div>
</div>
<div style="width:950px; height:480px;">
<div style="width:192px;float:left;">
<div style="width:190px; height:160px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div>
<div style="width:190px; height:200px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div>
<div style="width:190px; height:75px; border:1px #cccccc solid; margin:10px 0 0 0;"> </div>
</div>
<div style="width:750px; float:right;">
<div style="width:750px; height:250px; background-color:#000; margin:5px 0 0 0; " > </div>
<div style="width:750px; height:200px; background-color:#000; margin:5px 0;"> </div>
</div>
</div>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询