名站导航为爱好css的朋友们提供相关的知识。
css教程 限定GridView宽度并加上滚动条
- 此篇文章具体介绍如下
具体做法就是给content一个…的值,然后hack解决宽度问题,这样看起来就舒服一些了。
可能有BUG或者还有更好得办法,希望兄弟们告诉一下。
实例:
<!DOCTYPE html PUBLIC "-//W3C//DTD XhTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <mce:style type="text/css教程"><!-- body{ font-family: 宋体; font-size: 12px; color: #333333; } .div1{ width:200px; } .div1 a{ white-space:nowrap; text-overflow:ellipsis; /* for internet explorer */ overflow:hidden; width:168px; width:200px;_width:200px; display:block; float:left; } html>body .div1:after{ content: "..."; margin-left:5px; } --></mce:style><style type="text/css教程" mce_bogus="1">body{ font-family: 宋体; font-size: 12px; color: #333333; } .div1{ width:200px; } .div1 a{ white-space:nowrap; text-overflow:ellipsis; /* for internet explorer */ overflow:hidden; width:168px; width:200px;_width:200px; display:block; float:left; } html>body .div1:after{ content: "..."; margin-left:5px; }</style></head> <body> <div class="div1"><a href="#" mce_href="#">把我截断吧把我截断吧把我截断吧把我截断吧把我截断吧把我截断吧把我截断吧把我截断吧把我截断吧把我截断吧</a></div> </body> </html>
提示:您可以先修改部分代码再运行
不过我在IE8下测试的时候,发现多出了...,因此在 content: "...";后面加多一个 content:"\9";
关于css的相关的知识就说到这里希望能够可以帮助更多的朋友们。,firefox,截取,省略号input 按钮显示差异的解决方法