Willowstar
06-26-2003, 08:30 PM
I am very new to css and still don't really understand it but what I'm trying to do is have links that are not underlined, the same color as the main text and change color when the cursor is over them (hover).
This is what the code looks like right now:
<style type="text/css">a.linx:link, a.linx:visited, a.linx:hover, a.linx:active{text-decoration: none;}</style>
This makes it the right color without the underline but no matter what I try I can't seem to make hover work. What needs to be changed?
THANKS!
This is what the code looks like right now:
<style type="text/css">a.linx:link, a.linx:visited, a.linx:hover, a.linx:active{text-decoration: none;}</style>
This makes it the right color without the underline but no matter what I try I can't seem to make hover work. What needs to be changed?
THANKS!