gpt4 book ai didi

css - 更多无序列表填充/边距跨浏览器疯狂

转载 作者:行者123 更新时间:2023-11-28 15:01:03 25 4
gpt4 key购买 nike

我刚刚收到这个很棒的帮助: Is there a way to extend background color of unordered list items to go behind bullets?

然后我处理文本缩进属性以再次排列这个无序列表中的换行文本,但是你瞧,看起来 IE 和 FF 处理填充的方式不同,足以真正弄乱布局。有什么解决办法吗?

火狐(好)

FF Good
(来源:mbira.me)

IE(坏) alt text
(来源:mbira.me)

列表的CSS:

.registerbox ul{

}

.registerbox ul li.light{
list-style-type:disc;
list-style-position:inside;
margin:2px 0px 2px -20px;
padding:2px 30px;
background-color:#FFFFB0;
text-indent:-12px;
}
.registerbox ul li.dark{
list-style-type:disc;
list-style-position:inside;
margin:2px 0px 2px -20px;
padding:0px 30px;
text-indent:-12px;
}

最佳答案

为了解决这个问题,我最终制作了子弹的 png 并去掉了默认的子弹。

关于css - 更多无序列表填充/边距跨浏览器疯狂,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2144195/

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