On Aug 25, 2:21 am, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> Have you tried setting the position to absolute instead?  You should
> probably do something like below instead, that should speed up your app:
>
> $theImg = $('#insideParent img'); //put before $('#insideParent').Draggable(
>
> $theImg.css({'left':'-'+newx+'px', 'top':'-'+newy+'px'});

Very useful tip, now it's faster!

But the problem remains, while you have the mouse button pressed the
position of the image inside the magnifier doesn't change.

I've tried also setting margin but there isn't any change.


Reply via email to