Rollover links - HELP :)
Could somebody tell me how to make a link become a different colour and become underlined when the cursor is over it.
Thanks
Could somebody tell me how to make a link become a different colour and become underlined when the cursor is over it.
Thanks
minton posted this at 16:00 — 23rd January 2000.
They have: 314 posts
Joined: Nov 1999
paste this into your <head> and </head>
<style type="text/css">
<!--
A:link { text-decoration: underlined; }
A:visited { text-decoration: underlined ; }
A:hover { text-decoration: underlined;color: Red }
-->
</style>
does this help?
------------------
Thomas Minton
The JavaScript Place
Get paid $20 - $160 for viewing adverts
Thomas
The JavaScript Place
The JavaScript Place Forums
lfc1 posted this at 19:18 — 25th January 2000.
They have: 9 posts
Joined: Dec 1999
that code worked well but the link starts off underlined so is it possible to have the link not underlined before the cursor moves over it and then underlined when the cursor is over the link??
Thanks your help is most appreciated
P.S
How do i add a flash 4.0 movie to a web page is it just like aa image??
dangelo posted this at 21:23 — 25th January 2000.
They have: 152 posts
Joined: Dec 1999
to make it without the underline alone do this:
<style type="text/css">
<!--
A:link { text-decoration: none; }
A:visited { text-decoration: none; }
A:hover { text-decoration: underlined;color: Red }
-->
</style>
Hope this help.
------------------
-RJ D'Angelo
D'Angelo Web Design
http://www.dangelowebdesign.com
-RJ D'Angelo
http://www.dangelowebdesign.com
http://sopranos.virtualave.net
[email protected]
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.