.draggable in Firefox gives bizarre positioning on drag

.draggable in Firefox gives bizarre positioning on drag

Hi folks

On testing a draggable, simple div show below, Chrome works as intended, Firefox on the other hand positions the element while dragging above and around the central div on my page, as though it hasn't attached it properly to the body of the page or its position is way off.

  1. $('#bookmarks').draggable({
  2. helper : 'clone',
  3. containment : 'body',
  4. appendTo : 'body'
  5. });
I have tried attaching it to the main div wrapper, other divs by name, by id and by element - but the results are pretty much the same in Firefox.  It positions it in a bizarre location and won't execute as intended.

Anyone else seen this or any suggestions are of course, very welcome.

Many thanks