TD onMouseOver question. :o
Hey guys,
This is one of the codes in my website:
<td width="139" align="center" onMouseOver="this.bgColor='#333333'" onMouseOut="this.bgColor='#000000'"
I tried to make a Navigation Bar with CSS Textlinks and Color Change on the background when the mouse moves over the TD cell. Well, everything works fine except that I want more. 
I've been to sites that when my mouse moves over the TD cell (which also includes the Textlinks), I can click on BOTH the Textlink and the Background. How can I make this happen? So far, my user has to mouse their mouses over the Textlink in order to click them but I want it that whenever their mouses move over the TD cell which contains the Textlink, they can click on both.
Is it something to do with CSS Styles? Or I can simply put something like onMouseClick="www.links.com" ?? I just made it up...oh well. lol
Any help will be appreciated. Thanks.
Jimmy K.
___________________



