justuptime.com - monitor your servers & websites

Css...continued

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 55 posts

Joined: Jun 1999

I recently posted a question...

I have put in Css in my page. I want the link to be underlined when the mouse goes over it. Now, it underlines but when you click on the link and then put the mouse over the link, it won't underline. What gives?

I forgot to put the html so here it is.
<style type="text/css">
<!--
a:hover { color : none; text-decoration : underline; }
a:active { color : #ffffff; text-decoration : none; }
a:link { color : black; text-decoration : none; }
a:visited { color : black; text-decoration : none; }
//-->
</style>

John Pollock's picture

He has: 628 posts

Joined: Mar 1999

Your answer is at the end of this other thread, which Brooke pointed you to last time:

http://www.webmaster-forums.com/ubb/Forum3/HTML/000751.html

You don't have to open a new discussion on the same topic, please reply to your original topic if you want to continue discussion.