CSS如何定义DIV,使DIV实现多列的排序?
VS2005中,CSS怎么样定义才能实现DIV多列的排序?比如说一行四列。。。#content1{width:300px;height:300px;overflow:hi...
VS2005中,CSS怎么样定义才能实现DIV多列的排序?比如说一行四列。。。#content1
{
width:300px;
height:300px;
overflow:hidden;
float:left;
}我只会定义左右两列的。。。 展开
{
width:300px;
height:300px;
overflow:hidden;
float:left;
}我只会定义左右两列的。。。 展开
展开全部
用float,你可以参考下面的代码
<div style="width:500px;height:100px;">
<div style="float:left;width:100px;height:100px;background:red;"></div>
<div style="float:left;width:100px;height:100px;background:green;"></div>
<div style="float:left;width:100px;height:100px;background:black;"></div>
<div style="float:left;width:100px;height:100px;background:blue;"></div>
</div>
<div style="width:500px;height:100px;">
<div style="float:left;width:100px;height:100px;background:red;"></div>
<div style="float:left;width:100px;height:100px;background:green;"></div>
<div style="float:left;width:100px;height:100px;background:black;"></div>
<div style="float:left;width:100px;height:100px;background:blue;"></div>
</div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-11-04
展开全部
div多列:例如显示整体宽度为800;则可以定义每个div宽度为200,float:left;然后可以排4列,第5个会自动转到下面。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-11-04
展开全部
没个div 的css都加上float:left,如果换行div,就取消css里的float
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询