html - Unordered list of hyperlinks - Match bullet color with link text color -


I created all list items as hyperlinks.
What do I want here that the color of the bullet should be match according to its condition, the hyperlink color (visited or not seen)
I just want to use CSS Is this possible? If I can match the colors while hovering the cursor over the link, then it would be great.

try it

  li (color: red) a {color} : Red; (Block: green)   



Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -