“Pr list style image”的版本间差异

本页内容
上一节: Pr_list_style 下一节: Pr_list_style_position
(创建页面,内容为“{{DISPLAYTITLE:list-style-image}}2 = CSS list-style-image 属性 = 指定列表中的列表项标记的图像: <sample title="" desc="" lang="html" hererun="1"> ul { list-style-image:url('sqpurple.gif'); } </sample> <run name=""> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>小白教程(xiaobai.wang)</title> <style> ul { list-style-image:url('sqpurple.gif'); } </style> </head> <body> <ul> <li>C…”)
 
Neo讨论 | 贡献
无编辑摘要
第62行: 第62行:
{| class="table table-striped table-hover"
{| class="table table-striped table-hover"
! 属性
! 属性
!
! Chrome
!
! Internet Explorer / Edge
!
! Firefox
!
! Safari
!
! Opera
|-
|-
| list-style-image
| list-style-image

2022年8月19日 (五) 04:30的版本

CSS list-style-image 属性

指定列表中的列表项标记的图像:


示例

ul

    {

    list-style-image:url('sqpurple.gif');

    }

属性定义及使用说明

list-style-image 属性使用图像来替换列表项的标记。

注意: 请始终规定一个 "list-style-type" 属性以防图像不可用。

默认值: none
继承: yes
版本: CSS1
JavaScript 语法: object.style.listStyleImage="url('/images/blueball.gif')"

浏览器支持

表格中的数字表示支持该属性的第一个浏览器版本号。

属性 Chrome Internet Explorer / Edge Firefox Safari Opera
list-style-image 1.0 4.0 1.0 1.0 7.0

属性值

描述
URL 图像的路径。
none 默认。无图形被显示。
inherit 规定应该从父元素继承 list-style-image 属性的值。

相关文章

CSS 教程: CSS 列表

CSS 参考手册: list-style 属性

上一节: Pr_list_style 下一节: Pr_list_style_position
此页面最后编辑于2022年8月19日 (星期五) 04:30。