Greelmo
05-22-2003, 12:27 PM
I'm brand new to CSS and i was wandering... when you use this...
<style type="text/css">
a:link {color: cyan; text-decoration: none}
a:hover {color: magenta; text-decoration: underline}
a:visited {color: cyan; text-decoration: none}
</style>
the visited link doesn't work with the hover element anymore... why not? How do i make it so even the visited links get underlined with hovered?
<style type="text/css">
a:link {color: cyan; text-decoration: none}
a:hover {color: magenta; text-decoration: underline}
a:visited {color: cyan; text-decoration: none}
</style>
the visited link doesn't work with the hover element anymore... why not? How do i make it so even the visited links get underlined with hovered?