Forum Moderators: open
and here is the div that works for IE
<div id="overDiv" style="position:relative; visibility:hidden; z-index:1000;"></div>
and here is what I use to make the relative positioning work on Netscape
<STYLE type="text/css">
<!-- #overDiv {position:relative; }-->
</STYLE>
<ilayer ID="overDiv" z-index="1000" visibility="hide"></ilayer>
My task is to make the STCKY show up in the table cell where the div / layer / ilayer defined NOT at the point where the click happened.
Please keep in mind that RIGHT, ABOVE, SNAPX, SNAPY is not helpfull !
I am apologize if code posting is not allowed !
Thank you !