Specifies line-breaking behavior for words that are longer than their container boundaries.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | 6.0+ | no | no | no | no |
---|
Values
normal | Allows content to be rendered outside of its container. |
break-word | Allows word-breaks for content to wrap to the next line, if necessary. |
Remarks
IE only.