定義和用法
大綱是圍繞元素繪製的線(outside the borders)使元件"stand out" 。
大綱速記屬性設置在一個聲明中所有的輪廓屬性。
可以設置的屬性,是(in order) :輪廓色,輪廓式,輪廓寬度。
如果上述值中的一個缺失,例如"outline:solid #ff0000;" ,對於缺少屬性的默認值將被插入,如果有的話。
注意:輪廓不元素的尺寸的一部分,因此,該元素的寬度和高度屬性不包含輪廓的寬度。
默認值: | invert none medium |
---|---|
遺傳: | no |
動畫: | yes, see individual properties . Read about animatable Try it |
版: | CSS2 |
JavaScript語法: | object .style.outline="#0000FF dotted 5px" Try it |
瀏覽器支持
在表中的數字規定,完全支持該屬性的第一個瀏覽器版本。
屬性 | |||||
---|---|---|---|---|---|
outline | 1.0 | 8 | 1.5 | 1.2 | 7 |
Note: IE8只支持如果指定了DOCTYPE outline屬性!
CSS語法
outline:outline-coloroutline-styleoutline-width|initial|inherit;
屬性值
值 | 描述 |
---|---|
outline-color | 指定輪廓的顏色 |
outline-style | 指定輪廓的風格 |
outline-width | 指定輪廓的寬度 |
initial | 將此屬性設置為默認值。 閱讀關於初始 |
inherit | 繼承其父元素此屬性。 閱讀關於繼承 |
相關頁面
CSS教程: CSS大綱
HTML DOM參考: outline property