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

CSS3 text-outline プロパティ

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

Set a text-outline:

p.test
{
text-outline: 2px 2px #ff0000;
}

ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

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


定義と用法

text-outline property specifies a text outline.

デフォルト値: none
継承: yes
バージョン: CSS3
JavaScript構文: object.style.textOutline="2px 2px #ff0000"


構文

text-outline: thickness blur color;

説明
thickness 必須。The thickness of the outline
blur 任意。The blur radius of the outline
color 必須。The color of the outline. Look at CSS Color Values for a complete list of possible color values


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