-moz-list-bullet 浏览器支持吗?
webkit、opera 或 Internet Explorer 浏览器是否具有与 -moz-list-bullet
类似的属性?我尝试在谷歌上搜索浏览器对此功能的支持,但找不到任何信息。
Do the webkit, opera or internet explorer browsers have similiar property to -moz-list-bullet
? I tried to search the browser support for this feature on google but could not find any information.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
设置
list-style-type: none;
并使用::before
伪元素的工作方式与-moz-list-bullet
非常相似在所有浏览器中。演示:http://jsfiddle.net/ThinkingStiff/rurbN/
CSS:
HTML:
输出:
< img src="https://i.sstatic.net/9ZTpS.png" alt="在此处输入图像描述">
Setting
list-style-type: none;
and using the::before
pseudo-element will work very similarly to-moz-list-bullet
in all browsers.Demo: http://jsfiddle.net/ThinkingStiff/rurbN/
CSS:
HTML:
Output:
它没有在浏览器样式表属性引用中的任何位置列出:
It is not listed anywhere in the browser style sheet property references: