I have the following html code on my page:
<table>
<tr>
<td onMouseOut="nd(); return true;" OnMouseOver="dlc('This is my mouse-over tag message','');">My Text
</td>
</tr>
</table>
The function dlc() which is part of overlib.js library works fine, except when I have a graph applet placed right after the <table>. In this case the displayed mouse-over tag message slips "underneath" the applet below when mouse is rolled over the "My Text" text. Why is that and does someone have a solution for this?
Thanks in Advance,
Krahb
<table>
<tr>
<td onMouseOut="nd(); return true;" OnMouseOver="dlc('This is my mouse-over tag message','');">My Text
</td>
</tr>
</table>
The function dlc() which is part of overlib.js library works fine, except when I have a graph applet placed right after the <table>. In this case the displayed mouse-over tag message slips "underneath" the applet below when mouse is rolled over the "My Text" text. Why is that and does someone have a solution for this?
Thanks in Advance,
Krahb