[thelist] simple css help

Casey aspnet at thecrookstons.com
Fri Oct 28 12:03:41 CDT 2005


Making progress...

This is odd.  Copy and paste this code and then open the file in a browser. 
The first TD works EXACTLY as it should, the second one does nothing when 
you mouseover. ?!?!?

<style type="text/css">

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

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

</style>

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




More information about the thelist mailing list