buddyrich2
Technical User
I have some cells which contain links that highlight on a mouseover - that works fine - and the links work fine (if you mouse DIRECTLY over the words) - I would like to be able to mouseover the ENTIRE cell, the link to work, and the text still change color according to the CSS. Can anyone help me?
Here is the code I am using:
<td bgcolor=#924D00 onmouseover="this.bgColor='#F5F5DC'" onmouseout="this.bgColor='#924D00'"><a class=mwhite href="
Thanks!
Here is the code I am using:
<td bgcolor=#924D00 onmouseover="this.bgColor='#F5F5DC'" onmouseout="this.bgColor='#924D00'"><a class=mwhite href="
Thanks!