[bump] Did you get any response on this? I'm having the same problem in Safari and Chrome.
Thanks. On Sep 20, 1:37 am, Szymon <[EMAIL PROTECTED]> wrote: > Hello, > > I have such code: > > <div style="width: 600px !important; height: 600px; > background-image: url(http://foo);" id="powierzchnia"> > > <div id="postac" style="width: 116px; height: 291px;"><img > src="http://foo.png" alt="obraz" style="width: 116px; height: 291px;" / > > ></div> > > </div> > > <script type="text/javascript"> > > $(document).ready( function(){ > > $("#postac").draggable({containment: '#powierzchnia' > }); > > } ); > > </script> > > and it works under Firefox, even IE, but not underSafari. UnderSafari, > "#postac" only moves vertically. Any hints? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
