css: word-wrap
word-wrap: normal | break-word
Parameters:
normal: to allow the contents of the designated open-top container border
break-word: content will be within the boundary line. If necessary, with the word-for-line (word-break) trip also took place:
When the set or retrieve the current row over the border when the container specified whether the disconnect switch.
Corresponding characteristics for Scripting wordWrap. I see the preparation of the other titles.
Example:
div (word-wrap: break-word;)
word-break: normal | break-all | keep-all
Parameters:
normal: Asia in accordance with the language and non-Asian language version of the rules to allow in line with the word
break-all: Asia Behaviors and the language of the same normal. Also allow non-Asian language version of the arbitrary line with the word off. The value included for a number of non-Asian version of the text of the Asia
keep-all: with all non-Asian languages the same normal. For Chinese, Korean, Japanese, the word does not allow off. Asia contains a small amount of text for non-Asian text:
Set or retrieve the object within the text with the word-for-line behavior. In particular, when the emergence of multi-lingual.
The Chinese should use the break-all.
Corresponding characteristics for Scripting wordBreak. I see the preparation of the other titles.
Example:
div (word-break: break-all;)
This article comes from: House script (www.jb51.net) detailed reference to the source: http://www.jb51.net/article/24.htm














