jQuery.ui not showing helper in ie 6

jQuery.ui not showing helper in ie 6


I just started using the jQuery ui and I'm using a simple drag and
drop interface that works just like I want it, except for one
thing...the helper clone I'm using isn't showing up when it is being
dragged in ie 6. This functionality works fine in firefox though I
haven't tried this in ie 7+. Has anyone else encountered this
problem?
Also, I ended up fixing the next problem by adding a counter but when
I drag from one object to another the droppable.drop function gets
called anywhere between 1 and 3 times when I drag from one droppable
object to another. Is there any way to stop this?
Thanks