如何让DIV内的多组DIV不换行? 多余的隐藏掉?
如:<divstyle="word-wrap:break-word;width:500px;overflow:hidden;"><divstyle="float:left...
如:<div style="word-wrap:break-word;width:500px;overflow:hidden;">
<div style="float:left;width:300px;"></div>
<div style="float:left;width:300px;"></div>
<div style="float:left;width:300px;"></div>
</div>
让换行的部分并排显示,多的隐藏掉。。 展开
<div style="float:left;width:300px;"></div>
<div style="float:left;width:300px;"></div>
<div style="float:left;width:300px;"></div>
</div>
让换行的部分并排显示,多的隐藏掉。。 展开
1个回答
展开全部
你再嵌套一层div就行了,比如
<div style="word-wrap:break-word;width:500px;overflow:hidden;">
<div style="width:1000px">
<div style="float:left;width:300px;"></div>
<div style="float:left;width:300px;"></div>
<div style="float:left;width:300px;"></div>
</div>
</div>
PS:只要嵌套的DIV足够宽就行了
<div style="word-wrap:break-word;width:500px;overflow:hidden;">
<div style="width:1000px">
<div style="float:left;width:300px;"></div>
<div style="float:left;width:300px;"></div>
<div style="float:left;width:300px;"></div>
</div>
</div>
PS:只要嵌套的DIV足够宽就行了
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询