Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Modifying color of a:hover

 
Thread Tools Search this Thread
Old 10-12-2004, 08:20 PM   #1
Default Modifying color of a:hover


In my style sheet I have:
a:hover { color:#bb2222; text-decoration:none }

How can I modify the hover color for different links on the same page?

Thanks,

Jim Van Abbema





Jim Van Abbema
  Reply With Quote
Old 10-13-2004, 12:13 AM   #2
brucie
 
Posts: n/a
Default Re: Modifying color of a:hover

In alt.html Jim Van Abbema said:


> How can I modify the hover color for different links on the same page?


http://allmyfaqs.com/faq.pl?Links_with_different_colors


--


v o i c e s
  Reply With Quote
Old 10-13-2004, 01:05 AM   #3
rf
 
Posts: n/a
Default Re: Modifying color of a:hover

Jim Van Abbema wrote:

> In my style sheet I have:
> a:hover { color:#bb2222; text-decoration:none }
>
> How can I modify the hover color for different links on the same page?


Hmmm. This hasn't been answered for at least a week

a.special:hover { color:#bb2222; text-decoration:none }

<a>This is a normal link</a>
<a class="special">This is a special link that fiddles with its
underline</a>

--
Cheers
Richard.


  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump