Well the temp solution I came up with is not force top and left to be auto. Set them to auto but don't do !important in the style sheet. Then the draggable can run and reset the top and the left. I implement dragStop on my dialog window and set top and left back to auto and calculate what the new bottom and right are. This seems to work and now I think I have fully working fixed dialog windows to the bottom right of my screen. Woohoo!
On Sep 26, 3:32 pm, Jeremy <[EMAIL PROTECTED]> wrote: > My dialog window drags great if I set the position using top and > left. But I need mine to set position using bottom and right. So in > my style sheet I force top and left to be auto and I set the bottom > and right to be 0. When I do that I get no dragging. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---