I am new to it and here is my problem.
ive got my link code so that when you hover a link it will have underline effect.
Heres my code in my css file.
a:link { color: #677D8F; text-decoration: none}
a:visited { color: #677D8F; text-decoration: none}
a:active {color : #677D8F; font-family: verdana; font-size: 10px; text-decoration: none}
a:hover { color : #333333; text-decoration : underline; font-weight: medium
Here is an example of what i mean.
http://www.fractical-fx.co.uk/news.php
You notice the blue hyperlinks. In the html i have not done anything other than linking to other bits of the site so i dont understand why its not working
Also i was wondering how you do the underline like on greycobra.com ?
thanks.
