What I'm trying to do is have a bubble text appear over a table cell when the mouse cursor is over it... I tried something like thisbut it doesn't work...
<td onMouseOver="this.value='Today's Date'">11/24/2000</td>
Also tried a couple other things but am unable to get the desired results.
I'm still kinda of a newbie. Thanks
<td onMouseOver="this.value='Today's Date'">11/24/2000</td>
Also tried a couple other things but am unable to get the desired results.
I'm still kinda of a newbie. Thanks