im using this code to highlight a table once a mouse is put over it....
<TD WIDTH="33%" BGCOLOR="#ffffff" onmouseover="bgColor='#000000'" onmouseout="bgColor='#ffffff'">
now i have a link inside that table
how would i get it so that once the mouse is over that table, the whole table becomes clickable and still highlights?
thanks
