Hello,

I'm seeing a similar issue, which I described at
http://groups.google.com/group/jquery-ui/browse_thread/thread/40d16219e5e74711/9befc52d1f0fe7cb#9befc52d1f0fe7cb.

I've got a simple test case, as well as a possible work around.  I'm
not sure if it's the best or even the correct work around, but it
seems to work for me.

Paul

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to