Quote:
Originally Posted by madawgz
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 
|
Why not use hover in an inline style?
__________________
.
.
Arguing with a troll is a lot like wrestling in the mud with a pig, after a couple of hours you realize the pig likes it.
|