Latest web development tutorials

CSS3 text-outline 屬性

實例

設置text-outline(文本-輪廓):

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

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

任何主流瀏覽器都不支持text-outline屬性。


屬性定義及使用說明

text-outline屬性指定文字大綱。

默認值: none
繼承: yes
版本: CSS3
JavaScript 語法: object.style.textOutline="2px 2px #ff0000"


語法

text-outline:thickness blur color;

描述
thickness 必需。轮廓的粗细。
blur 可选。轮廓的模糊半径。
color 必需。轮廓的颜色。参阅 CSS 颜色值