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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -