hyphenate-character 连字符
该属性指定带有连字符单词之间的连接符。
语法:
{ hyphenate-character: sHyphenateCharacter }
| 默认值: |
auto |
| 继承性: |
是 |
| DOM 语法: |
object.style.hyphenateCharacter =sHyphenateCharacter |
| 适用于: |
所有元素 |
| 浏览器支持: |
|
可能的值:
auto | <string> <string>?
说明:
如果指定一个字符,它将出现在行的末尾;如果指定2个字符,第二个字符显示在行的开头。
本属性最后更新时间:2011-3-19 21:33:59
|