Click to See Complete Forum and Search --> : more than 1 a:hover on 1 page
arthur
10-10-2003, 07:31 AM
I am using anchor and hover/anchor css to cover all links on a page, but I want to have 1 particular link to have a different look than the others. I have seen css like td.thisCell:hover and class="thisCell", but I have not been able to make it work.
Can anyone help?
Thanks
Arthur
Charles
10-10-2003, 07:33 AM
See http://www.w3.org/TR/REC-CSS2/selector.html#q15.
Pierre Rouillet
10-10-2003, 08:07 AM
or as well:
http://forums.webdeveloper.com/showthread.php?s=&threadid=17614
arthur
10-10-2003, 08:07 AM
thanks Charles. that did the trick.
arthur
10-10-2003, 08:11 AM
and thanks to Pierre for your post!