在一个jsp页面,用div布局两个大框,其中右边的大框里有两个小框,边框只显示两个大框的边框,求大神指点
代码如下:.show{padding:2px;border:1pxsolid#ccc;margin:2pxauto2px;text-align:left;backgrou...
代码如下:
.show {
padding: 2px;
border: 1px solid #ccc;
margin: 2px auto 2px;
text-align: left;
background: #fff;
border-radius: 2px;
}
<div id="show" class="show" style="height: 100%;width: 45%;float: left;"></div>
<div class="show" style="height: 100%;width: 55%;float: right;">
<div id="ppu1" style="height: 100%;width:30%;float: left;"></div>
<div id="ppu2" style="height: 100%;width:25%;float: right;"></div>
</div>
为什么右边显示不全? 展开
.show {
padding: 2px;
border: 1px solid #ccc;
margin: 2px auto 2px;
text-align: left;
background: #fff;
border-radius: 2px;
}
<div id="show" class="show" style="height: 100%;width: 45%;float: left;"></div>
<div class="show" style="height: 100%;width: 55%;float: right;">
<div id="ppu1" style="height: 100%;width:30%;float: left;"></div>
<div id="ppu2" style="height: 100%;width:25%;float: right;"></div>
</div>
为什么右边显示不全? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询