Arthur
Posted
on Apr 28, 2011
(permalink)
I am using the Treeview control and would like to remove the underlines from visited URL's.
Thank you!
Answer
Shinu
MVP
Posted
on Apr 29, 2011
(permalink)
Hello Arthur,
You can use the pseudo-class
:visited to remove the underline of a link to indicate that it is visited. For example:
CSS:
Thanks,
Shinu.
Arthur
Posted
on Apr 29, 2011
(permalink)
Thank you! Worked perfectly