-webkit-text-fill-color: transparent; not working in Safari 7.1.7

后端 未结 5 1573
醉酒成梦
醉酒成梦 2021-01-19 03:13

I have an ul with several li.

I use this id on the ul.

#list {
margin-right: auto;
margin-left: auto;
width:500px;
color:black;
background: -webkit-l         


        
5条回答
  •  梦毁少年i
    2021-01-19 03:28

    It might sound weird but:

    replace transparent with rgba (0,0,0,0.0001)

    It doesn't work with rgba (0,0,0,0)

提交回复
热议问题