Peaceful mind Where there is a will, there is a way!

26Jun/090

word-wrap,word-break和nowrap的区别

个人总结的三句话:
(1)word-wrap 对中文字符始终换行
(2)word-break的keep-all可使中文不换行;normal/break-all使中文换行
       normal/keep-all使英文不换行;keep-all使中文换行
(3)nowrap与td的width属性有关,并且width的优先级高,如果设置了width,nowrap失效;否则nowrap有效