怎么在JSP中用<div>实现,左右布局
展开全部
div将页面分栏显示,具体代码如下所示:
<html>
<body>
<div style="width:340px;background-color:#333;margin:0 auto;">
<div style="width:30%;height:30px;background-color:#F00;float:left;">左</div>
<div style="width:20%;height:30px;background-color:#F0F;float:right;">右</div>
<div style="clear:both;"></div>
</div>
</body>
</html>
<html>
<body>
<div style="width:340px;background-color:#333;margin:0 auto;">
<div style="width:30%;height:30px;background-color:#F00;float:left;">左</div>
<div style="width:20%;height:30px;background-color:#F0F;float:right;">右</div>
<div style="clear:both;"></div>
</div>
</body>
</html>
2013-04-01
展开全部
<div style="width:100%"> <div style="width:49%"> 左面的 </div> <div style="width:49%"> 右面的 </div></div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<div></div> 是html的标签 :层次块标记
直接就可以实现左右布局
jsp只要是实现动态网页的动能
div+css就够了
直接就可以实现左右布局
jsp只要是实现动态网页的动能
div+css就够了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
层次块标记一般形式是:<div style=" " id=" ">
</div>
</div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询