| Added: November/27/2006 at 1:31pm | IP Logged
|
|
|
Again, you are so correct.
I modified the mouseover instead. Simply specifying the popup location keeps it on screen. Sometimes it is at the top of the window when the user hovered on is at the bottom, but the popup stays on screen.
In the remote chance another user is wondering the same thing.
Here is the original code (within line 286): <img border="0" src="../images/note.gif" onmouseover="return overlib('<%= JavaMessage %>',CAPTION, 'Detailed User Info.', FGCOLOR, '#FFFFFF');" onmouseout="return nd();">
Here is what I added: , RIGHT, BELOW, SNAPX, 10, SNAPY, 10
Here is the result: <img border="0" src="../images/note.gif" onmouseover="return overlib('<%= JavaMessage %>',CAPTION, 'Detailed User Info.', FGCOLOR, '#FFFFFF', RIGHT, BELOW, SNAPX, 10, SNAPY, 10);" onmouseout="return nd();">
Thanks for your simple honest answers!
__________________ Brian,
Wellness Council of Wisconsin, Inc.
|