[ ARTERY.cn 最近更新 ]
[ ARTERY.cn 热门排行 ]
2009-06-08
word-wrap同word-break的区别
word-wrap: normal Default. Content exceeds the boundaries of its container. break-word Content wraps to next line, and a word-break occurs when necessary. 必要时会触发word-break。word-break: normal Default. Allows line breaking within words. 好像是只对Asian text起作用。 break-all Behaves the same as normal for Asian text, yet allows the line to break arbitrarily for non-Asian text. This value
发布: artery | 分类: WEB标准化 | 评论: 0 | 来源: [ 阅读全文 ]