[jQuery] dialog box position
<div dir="ltr">Hello list,<div>
</div><div>I am trying to show a dialog box when user hover a link. The following works on firefox only. Is there better way to do it via jQuery(or browser independent) way?</div><div>
</div><div><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco; color: #2a00ff"><span style="color: #7f007f"><a href="#" onmouseover</span><span style="color: #000000">=</span>"<span style="text-decoration: underline">$('#my_hidden_div_box').dialog({autoOpen: true, draggable: false, resizable: false, position: [event.pageX, event.pageY]});</span>$('#help_user_priority').dialog('open');">My link</a>
</div><div><div>
</div><div>I think event.pageX is the culprit, but any other advice is appreciated.</div><div>
</div>Thanks in advance,</div><div>-Z</div><div>
--
<a href="http://code.google.com/p/sweetscala">http://code.google.com/p/sweetscala</a> - a Scala web framework.
</div></div>