javascript STYLE wordBreak
@March 15, 2008, 1:22 a.m.
wordBreak | Firefox/Netscape/NN n/a IE 5(Win) Chrome/Safari/DOM n/a |
Read/Write | |
Specifies the word-break style for ideographic languages or content that mixes Latin and ideographic languages. |
|
Example | |
document.getElementById("myDIV").style.wordBreak = "keep-all"; |
|
Value | |
One of the constant values (as a string): break-all | keep-all | normal. |
|
Default | |
normal |
Permanent URL:
http://javascript.gakaa.com/style-wordbreak.aspx
Powered by Linode.