HTML { word-wrap : sWrap } Scripting object.style.wordWrap [ = sWrap ] Possible Values sWrap String that specifies or receives one of the following values. normal Default. Content exceeds the boundaries of its container. break-word Content wraps to next line, and a word-break occurs when...
word-wrap:break-word; overflow:auto; 在IE 下沒有任何問題,在 FF 下,長串英文會被遮住超出的內(nèi)容。 word-wrap同word-break的區(qū)別 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. 必要時會...