Css...continued
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 posted this at 20:41 — 7th April 2000.
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.
Java Script: A Beginner's Guide
Page Resource
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.