CSS list-style-image 屬性
屬性定義及使用說明
list-style-image 屬性使用圖像來替換列表項的標記。
注意: 請始終規(guī)定一個 "list-style-type" 屬性以防圖像不可用。
默認值: | none |
---|---|
繼承: | yes |
版本: | CSS1 |
JavaScript 語法: | object.style.listStyleImage="url('/images/blueball.gif')" |
瀏覽器支持
表格中的數(shù)字表示支持該屬性的第一個瀏覽器版本號。
屬性 | |||||
---|---|---|---|---|---|
list-style-image | 1.0 | 4.0 | 1.0 | 1.0 | 7.0 |
屬性值
值 | 描述 |
---|---|
URL | 圖像的路徑。 |
none | 默認。無圖形被顯示。 |
inherit | 規(guī)定應(yīng)該從父元素繼承 list-style-image 屬性的值。 |
相關(guān)文章
CSS 教程: CSS 列表
CSS 參考手冊: list-style 屬性
更多建議: