gpt4 book ai didi

CSS:在 li 元素前加上图像,可能吗?

转载 作者:太空宇宙 更新时间:2023-11-03 20:56:21 25 4
gpt4 key购买 nike

是否可以在“li”元素前加上小图片?我没有为它找到合适的 css 属性。

最佳答案

您可以使用图像作为要点:

ul { list-style-image: url("fancybullet.gif"); } 

否则,您将 list-style-type 冷设置为 none,然后使用 CSS 将图像放置在正确的位置,例如 in this article.

关于CSS:在 li 元素前加上图像,可能吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10068583/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com