text-overflow
时间:2008-03-07 11:27:45
来源:
作者:
| DHTMLET® | 属性清单 | 相关内容: |
text-overflow版本:IE6+专有属性 继承性:无
语法:
text-overflow : clip | ellipsis
参数:
clip : 不显示省略标记(...),而是简单的裁切
ellipsis : 当对象内文本溢出时显示省略标记(...)
说明:
设置或检索是否使用一个省略标记(...)标示对象内文本的溢出。 来源中国教程网
对应的脚本特性为textOverflow。请参阅我编写的其他书目。
示例:
div { text-overflow : clip; }
苏沈小雨制作·保留所有权利
©2001 rain1977.comer . All rights reserved . Terms of Use .
©2001 rain1977.comer . All rights reserved . Terms of Use .
上一篇:vertical-align 下一篇:text-indent