Popup positioning wrong with mouseover
Windows 7/64bit RH9
I have a lot of popups in my help project. My users have requested that these be made to open on a mouseover instead of onclick. I have figured out how to do that, but when I use the mouseover, the popup appears at the top left corner of the page instead of next to the link button. This does not happen when I open the popup with onclick. In that case the popup appears next to the link button as expected. I have searched everywhere for a solution without success. Can anyone help?
Here is my code for the onclick version:
<p style="text-align: right; position: relative;"><a href="javascript:BSSCPopup('../MenuLocations/EnableClippingPlane_menu_location.htm');"
onmouseover="javascript:BSSCPopup('../MenuLocations/EnableClippingPlane_menu_location.htm')"
id="a7" style="position: relative;"><img onmouseover="this.src = '../InfoButton24_Red.png'"
onmouseout="this.src = '../InfoButton24_Gray.png'"
src="../InfoButton24_Gray.png"
alt="" border="0" /></a>
Here is my code for the mouseover version:
<p style="text-align: right; position: relative;"><a href="javascript:BSSCPopup('../MenuLocations/EnableClippingPlane_menu_location.htm');"
onmouseover="javascript:BSSCPopup('../MenuLocations/EnableClippingPlane_menu_location.htm')"
id="a7" style="position: relative;"><img onmouseover="this.src = '../InfoButton24_Red.png'"
onmouseout="this.src = '../InfoButton24_Gray.png'"
src="../InfoButton24_Gray.png"
alt="" border="0" /></a>
Thanks in advance,
~Margaret Becker
