Link Mouseovers

They have: 472 posts

Joined: Oct 1999

Actually, I dun think this has to do with HTML or Javascript, but close enough.

I've seen somewhere that using CSS, you can remove all the underlines in the links. I would like to do that, and when someone moves his/her mouse over the link, it will become underlined.

Anyone here knows how to do it?

------------------
Goodbookmarks.com - Quality Links To Quality Sites

They have: 166 posts

Joined: Jan 2000

Jackchen,

<style type="text/css">
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:hover {text-decoration: underline}
-->
</style>

John

interwovendesign.com
Quality web site design without the monthly maintenance fees!

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.