Thanks,Vragabond.
I remember the reason I inserted "link". Page 351 of the first edition of Eric Meyer's "CSS, the Definitive Guide" says that "User agents could in theory allow the assignment of hover styles to any element. If you want to make sure your hover styles are applied only to your...
Hi Vragabond:
#itemtable a:link:hover{color:red;background-color:#fff;text-decoration:none;}
Your idea (modified as above) does work but unfortunately only temporarily. If I hover over the link, it is red, which means your modified solution works. But if I click on the link, and come back to...
Styling an anchor in a table--what is the right contextual selector?
I have a large table with the id of "itemtable" like this:
<table cellpadding="0" cellspacing="0" id="itemtable" summary="Main content">
The cells have a class of "details" like this:
<td class="details">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.