I noticed you're using Interface for draggables and jQuery 1.1.2. Have you
tried jQuery UI draggables? It is currently being supported/improved, unlike
Interface. More info:

http://ui.jquery.com/
http://docs.jquery.com/UI/Draggables

If you decide to give it a shot and have questions/issues, there's a
jquery-ui mailing list:

http://groups.google.com/group/jquery-ui/

- Richard

On 10/27/07, fiasst <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi there,
>
> I'm using jQuery for a ecommerce site I'm working on. It's using
> Draggables
> and the site can be found  http://www.sibenet.com/limeblue here .
>
> My problem
> When viewing in IE7 the sidebar menu (semi-transparent menu on the far
> right) jumps to the left of the screen after it's been dragged. If you
> only
> drag it a small distance it won't jump completely off the screen. I'm
> trying
> to get this menu to stay in it's current position when released like in
> FireFox.
>
> I've played around with the CSS a lot and it seems IE doesn't like
> 'position: absolute' on this particular element.
>
> Can anyone think of a possible work around for this?
>
> I thought a mouse-up event, positioning the block where it should be once
> you release from dragging could work. But, I'm useless as jQuery and it's
> a
> miracle I've got this far!
>
> Thanks for reading!
> Marc
> --
> View this message in context:
> http://www.nabble.com/Draggables-IE7-problem-tf4703185s27240.html#a13443479
> Sent from the jQuery General Discussion mailing list archive at Nabble.com
> .
>
>

Reply via email to