list-style-image - CSS(层叠样式表) 编辑

概要

 list-style-image 属性用来指定一个能用来作为列表元素标记的图片。

通常来说使用list-style较为方便。

初始值none
适用元素list items
是否是继承属性yes
适用媒体visual
计算值none or the image with its URI made absolute
Animation typediscrete
正规顺序the unique non-ambiguous order defined by the formal grammar

语法

/* Keyword values */
list-style-image: none;

/* <url> values */
list-style-image: url('starsolid.gif');

/* Global values */
list-style-image: inherit;
list-style-image: initial;
list-style-image: unset;

<url>
用来作为标记的图片的地址。
none
说明没有图片被用作标记。如果这个值被设定,那么 list-style-type 中定义的值会被取代。

正式语法

<url> | none

举例

HTML

<ul>
    <li>Item 1</li>
    <li>Item 2</li>
</ul>

CSS

ul {
  list-style-image: url("https://www.wenjiangs.com/wp-content/uploads/2020/mozilla/starsolid.gif")
}

结果

说明

说明状态注释
CSS Lists Module Level 3
list-style-image
Working DraftExtends support to any <image> data type.
CSS Level 2 (Revision 1)
list-style-image
RecommendationInitial definition

浏览器支持

We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!
特征ChromeFirefox (Gecko)Internet ExplorerOperaSafari
基本支持1.01.0 (1.7 or earlier)4.07.01.0
特征AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本支持1.01.0 (1)6.06.01.0

其他链接

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:116 次

字数:6057

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文