ホーム HTML CSS XML JAVASCRIPT   PHP SQL MORE...   リファレンス 事例集    

CSS3 word-wrap プロパティ

CSS3 Reference 完全な CSS3 リファレンス

Allow long words to be able to break and wrap onto the next line:

p.test {word-wrap:break-word;}

Try it yourself »

ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

word-wrap property is supported in all major browsers.


定義と用法

word-wrap property allows long words to be able to be broken and wrap onto the next line.

デフォルト値: normal
継承: yes
バージョン: CSS3
JavaScript構文: object.style.wordWrap="break-word"


構文

word-wrap: normal|break-word;

説明
normal Break words only at allowed break points
break-word Allows unbreakable words to be broken


関連ページ

CSS3 チュートリアル: CSS3 Text Effects


CSS3 Reference 完全な CSS3 リファレンス