Thread: CSS buttons
View Single Post
Old Jun 9th, 2004, 8:54 AM   #2
jeremy1701
Newbie
 
Join Date: May 2004
Posts: 2
Rep Power: 0 jeremy1701 is on a distinguished road
I wound up adding a class to <a> called inactive, like this:
leftbutton a.inactive {
...
...
}

leftbutton a.inactive:hover{
...
...
...
}

This worked great, and I didn't need all the rightbutton junk anymore. I didn't realize that you could add classes to a:xxx.

I love CSS, it never stops amazing me!
Jeremy
jeremy1701 is offline   Reply With Quote