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

CSS3 text-wrap プロパティ

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

Allow no line breaks:

p.test {text-wrap:none;}

Try it yourself »

ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

text-wrap プロパティをサポートしているブラウザはありません。


定義と用法

text-wrap property specifies line breaking rules for text.

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


構文

text-wrap: normal|none|unrestricted|suppress;

説明
normal Lines may break only at allowed break points
none Lines may not break. Text that does not fit in the element, overflows it
unrestricted Lines may break between any two characters
suppress Line breaking is suppressed within the element. The browser may only break lines within the element if there are no other valid break points in the line


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