Hi Mark,

Certainly this is doable.  Bind to the 'mouseover' event, like this:

 $("#MySelector").bind("mouseover", function(){ ... );})

Invoke and position your dialog in the function() call passed as the
second parameter.

You can use the UI-Dialog widget for your pane.  You can specify the
position, and other things, as options when you create or invoke the
dialog.

 http://jqueryui.com/demos/dialog/

**--**  Steve



On Jan 9, 5:50 am, Mark <mark_jen...@hotmail.co.uk> wrote:
> Hello,
>
> Basically I would like to create a ModalWindow which initiates when
> hovering over a link rather than clicking on it. Can that be done at
> all?
>
> I would ideally then like to style the modal window to appear in the
> bottom right corner of the screen instead of the middle.
>
> I have seen it done with Flash, but after searching the 'net reading
> tutorials etc, I haven't seen it done with jQuery (or any other
> libraries, to be honest).
>
> Thank you.
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to