Question about draggables - the element is not visible while dragging
Hi everyone,
I am pretty new to JQuery and the UI Library. I am having some issues
with draggables, while I am dragging my draggable div element it hides
under the div elements which were created after it in the HTML Layout,
but it doesn't hide while dragging over div elements created before
it.
For example, go the examples provided by JQuery UI Demo for draggables
at http://dev.jquery.com/view/trunk/ui/current/demos/ui.draggable.html
, and drag the second element (2. Clone as helper) to the bottom of
the page and you'll see it hides under div's while you are dragging
it, but if you drag it to the top of the page from the starting
location the draggable div element doesn't hide and works normally.
You could try the same with other examples provided in that same page.
I test this in both IE7 and FF2.0.0.11.
Please help me if I am missing out something.
Thanks
Ashley