Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cma6
  • Order by date
  1. cma6

    What is the right contextual selector?

    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...
  2. cma6

    What is the right contextual selector?

    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...
  3. cma6

    What is the right contextual selector?

    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">...

Part and Inventory Search

Back
Top