any suggestion please.

On Dec 4, 12:25 pm, theUnseen <[email protected]> wrote:
> currently I have:
>
> <script type="text/javascript">
> //      $.ui.dialog.defaults.bgiframe = true;
>         $(function() {
>                 var win = $(window);
>                 $("#dialog").dialog({
>                                         position: 
> [(win.width()-(win.width()/3)-(win.width()/13)), 220],
>                                         open:function() { 
> $(this).parents(".ui-dialog:first").find(".ui-
> dialog-titlebar-close").remove(); }
>                 });
>         });
> </script>
>
> and I would like the vertical Dialog position to be dynamic as the
> user scrolls.
>
> On Dec 4, 12:17 pm, theUnseen <[email protected]> wrote:
>
> > Hi all,
>
> > How can I make the horizontal posting of a dialog fixed far right on
> > the window based on the window size and have the vertical position
> > dynamic based on user scroll. more like a fixed position Dialog.

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to