Any chance this is getting resolved in UI 1.6? This would be VERY nice to have for alert boxes and other dialogs that you would want to "stick" on certain parts of the page.
On Aug 18, 2:14 pm, Patrick <[EMAIL PROTECTED]> wrote: > On 19 Jul., 07:03, sparkpool <[EMAIL PROTECTED]> wrote: > > > Is there any way to cause the dlg to stay in afixedposition(has to > > be cssposition:fixedI think), but still have it open in a useful > > place on the screen when not scrolled to the top? > > Hey! > > Yep it would be nice indeed :D -- so while its not implemented yet > (http://ui.jquery.com/bugs/ticket/2848), this might be a simple > solution: > > $(document).ready(function() { > $('#myDialog').dialog({dialogClass: "flora"}); > $('.flora.ui-dialog').css({position:"fixed"}); > )}; > > works great for me > > best regards, patrick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
