Hello list,
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?

<a href="#" onmouseover="$('#my_hidden_div_box').dialog({autoOpen: true,
draggable: false, resizable: false, position: [event.pageX,
event.pageY]});$('#help_user_priority').dialog('open');">My
link</a>

I think event.pageX is the culprit, but any other advice is appreciated.

Thanks in advance,
-Z

-- 
http://code.google.com/p/sweetscala - a Scala web framework.

Reply via email to