指定图片作为列表中的列表项标记:
document.getElementById("myList").style.listStyleImage = "url('sqorange.gif')";
亲自试一试 »
listStyleImage 属性设置或返回图片作为列表项标记。
Property | |||||
---|---|---|---|---|---|
listStyleImage | Yes | Yes | Yes | Yes | Yes |
返回 listStyleImage 属性:
object.style.listStyleImage
设置 listStyleImage 属性:
object.style.listStyleImage = "none|
url|initial|inherit"
Value | Description |
---|---|
none | No image will be displayed. This is default |
url | Specifies the path to the image |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 没有任何 |
---|---|
返回值: | 一个String,代表图片的位置路径 |
CSS版本 | CSS1 |
CSS教程:CSS 列表
CSS 参考:列表样式图片属性
HTML DOM 参考:listStyle 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!