Have you set a handle for the draggables? That may solve your problem.
On May 5, 9:32 am, derlux81 <[email protected]> wrote:
> Hi!
>
> I encountered a problem while i was trying to create two DIV's which
> are draggable. In Firefox 2 everything works properly but in IE
> strange things happen. If I drag the inner DIV (#b) around the parent
> (#a) follows this movement and this is not working as intended.
>
> This is my code for the Draggables:
>
> $(document).ready(
> function() {
> $('#b').draggable();
> $('#a').draggable();
> }
> );
>
> The HTML-Part is:
>
> <div id="a" class="b" style="width: 300px; height: 300px; border: 1px
> solid blue;">
> <div id="b" class="b" style="width: 100px; height: 100px; border:
> 1px solid blue;"></div>
> </div>
>
> I was trying a lot of things and been searching a long time for a
> bugfix, but i couldn't find anything to get this fixed.
> Can someone help me with this problem?
>
> Thx!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---