css - underline active link

the_jil / 2009-10-22 11:33:39   

I'm trying to get the active link in the menu to underline in the css, but seems like something else is overruling the command. What can that be?
www.conniethejlljakobsen.dk
Thanks for a great forum.

a:link {
color:#999999;
text-decoration:none;
}
a:active {color:#999999;
text-decoration:underline;
}
a:visited {
color:#999999;
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a img {
border:medium none;
}

arsondpi / 2009-10-22 11:55:08   

Hello there!

type menu active link in the search box on the left - loads of stuff for customizing these things.

the_jil / 2009-10-22 12:39:47   

Thanks alot, problem fixed!

This thread has been closed, thank you.