Forum Moderators: not2easy
How to get around this problem?
Thanks in advance for your valuable time spent on this.
The code snippet:
<table style="position: absolute; left: 0px; top: 100px;">
<tr>
<td>This is the first line</td>
</tr>
<tr>
<td>To see the menu<a href="#" onclick="document.all.dynmenu.style.visibility='visible';document.all.dynmenu.style.top=event.clientY;document.all.dynmenu.style.left=event.clientX;">Click here</p>
<div id="dynmenu" style="visibility:hidden;position:absolute;top:0px; left:0px">Menu</div></td>
</tr>
</table>
Remove the style on the table to see the position of the menu.