
March 29th, 2001, 12:04 PM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi,
How can I have multiple hover statements so that different classes can been a different colour when hovered over?
At the moment I have two sets of links, with two different classes in my styles sheet.
A:Hover { text-decoration: none }
.main_links { color: whatever }
.sub_links { color: whatever }
So, all my links have no underline, but what if I want one set of links with underlines and one without?
Is there anyway to do this?
TIA,
Jord
|