返回首页
当前位置11: 主页 > web前端 >

解决div内容溢出问题

时间:2010-02-02 20:43来源:未知 作者:admin 点击:
style tyep=text/css div {margin:5px 0;overflow:hidden;width:200px;} div.a {border:1px solid red; text-overflow:ellipsis;white-space:nowrap;} div.b {border:1px solid green; text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;

<style tyep="text/css">
div {margin:5px 0;overflow:hidden;width:200px;}

div.a {border:1px solid red; text-overflow:ellipsis;white-space:nowrap;}
div.b {border:1px solid green; text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
div.c {border:1px solid blue; text-overflow:ellipsis;-o-text-overflow:ellipsis;}


</style>
<div class="a">test somthing here.test somthing here.test somthing here.test somthing here.test somthing here.</div>
<div class="b">test111 1111111111111112133435te st1111111111111111112133435 test111111 111 111111 11121 334353 5345345</div>

<div class="c">test1111111111111111112133435test1111111111111111112133435test111111111111111111213343535345345</div>

<div class="c">test 11111 1111111 1111112133 435te t111 111111 1111111112133435 test1111111111 111111112 13343 53 5345345</div>

其解决方法是在div属性中增加:overflow:hidden;

此方法有小bug,ie6好像不支持,ie7可以
 

(责任编辑:admin)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
验证码:点击我更换图片
推荐内容