gpt4 book ai didi

css - 我怎样才能隐藏这些点

转载 作者:技术小花猫 更新时间:2023-10-29 11:45:49 24 4
gpt4 key购买 nike

如何在IE7中隐藏每张图片附近的小点?
http://www.sanstitre.ch/drupal/portfolio?tid[0]=38

我尝试过使用 text-decoration:nonelist-style-type:none 但它没有用。

最佳答案

list-style-type 是否放在ulli 中?

它应该是:(afaik)

ul{ 
list-style-type: none;
}

除此之外我以前用过这个:

li{
background-image: url(); /*or link to a blank image*/
background-repeat: no-repeat;
background-position: left;
padding-left: 12px;
}

这可能不是最好的方法,但它可以完成工作:)

另外也试试这个:

li.class, li.collapsed, li.expanded {
list-style-image: none;
list-style: none;
list-style-type: none;
}
ul {
list-style-image: none;
list-style: none;
list-style-type: none;
}

关于css - 我怎样才能隐藏这些点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2743138/

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