+ 1
How to assign color to the bullets of <ul></ul>?
I think here is a trick for assigning color to un-order-list??
5 Réponses
+ 4
Asif khan From what i know, dont exists a "direct" way to set color for bullets (though if you can set an image for replace it)... There is a ::marker selector that, from what i know, is not well supported
+ 2
This
ul{ color:red; }
dont works?
+ 1
Satnam Singh yeah. But it's a method to make the first 'list-style:none;'
Then use before. . . .
Can we assign color direct ?
0
KrOW : it's working but. I just want assigning color to the bullets !!
0
KrOW Correct.. 'before' selector use for bullets coloring