css - color the ordered list in html -
possible duplicate:
is there easy way change color of bullet in list?
i have ordered list
ul{ list-style-type:circle; } <ul> <li>one</li> <li>two</li> </ul>
how fill circle blue color , not font?
first, unordered list, not ordered, ordered ol , elements has particular explicit order. second, can set color of li element trigger bullet change color
Comments
Post a Comment