多个div横行排列,并随着浏览器窗口的大小拉伸,是如何实现的
像卓越亚马逊网主页的footer,5个div放到一个横行显示,并且可以随着浏览器窗口大小的变化而拉伸,相对位置仍不变,这是如何实现的。...
像卓越亚马逊网主页的footer,5个div放到一个横行显示,并且可以随着浏览器窗口大小的变化而拉伸,相对位置仍不变,这是如何实现的。
展开
展开全部
使用百分比。
<div style="margin:0 auto;width:90%; background:#ccc; padding:5px;">
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="clear:both;"></div>
</div>
<div style="margin:0 auto;width:90%; background:#ccc; padding:5px;">
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="width:15%; float:left;height:20px;background:#fff;margin-right:2px;"></div>
<div style="clear:both;"></div>
</div>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询