[thelist] simple css help

Casey aspnet at thecrookstons.com
Fri Oct 28 12:10:37 CDT 2005


Ben, same thing... the first TD works perfectly, but the second one does 
nothing:

table.LinkThing td a {
 display: block;
 text-decoration: none;
 background-color: #BEB778;
 color: #323E3E;
}

table.LinkThing td a:hover {
 background-color: #323E3E;
 color: #BEB778;
}

</style>

<table border="1" class="LinkThing">
 <tr>
  <td><a href="foo"><br><br>Foo<br><br></a></td>
  <td><a href="bar"><br><br>Bar<br><br></a></td>
 </tr>
</table> 




More information about the thelist mailing list