[jQuery] How to solve problem with zindex and active elements

2007-09-01 Thread gianiaz
Hi, I don't know how to solve this problem then I ask you, my gurus :-) I created 2 divs, one with the content, and one with a mask to put over the content to hide the content I don't want to see on the load of the page (with z-index greater then the first one) . You can see an example here: ht

[jQuery] Re: It is possible to do in js with jquery?

2007-08-25 Thread gianiaz
I did it! :-) If yo can take a look here you can see the script in his MAGNIFYcient shape :-) http://www.gianiaz.net/jquery/magnify/lente.html I have a few question: 1. I've tried to create vml elements with jquery syntax, something like this: $vml = $('').appendTo(divStruttura); But it seem

[jQuery] Re: It is possible to do in js with jquery?

2007-08-24 Thread gianiaz
> > have you see that this file if > 404?http://www.gianiaz.net/jquery/magnify/js/functions.js > > are in the header!? ops, it was from a previous test... Anyway i find how to solve. Don't ask me why, but looking in firebug console I saw the element "draghelper", then I tried to append the im

[jQuery] Re: It is possible to do in js with jquery?

2007-08-24 Thread gianiaz
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( > >

[jQuery] Re: It is possible to do in js with jquery?

2007-08-24 Thread gianiaz
t img').css({'left':'-'+newx+'px', 'top':'-'+newy+'px'}); } but the css property is not set in real time, and you can see the magnified portion only onDrop (when you release the mouse button). Is a css limit or something sim

[jQuery] Re: It is possible to do in js with jquery?

2007-08-24 Thread gianiaz
I found this one: http://www.netzgesta.de/loupe/ This could be what I'm looking for... I'm trying to understand how it works but it's a little difficult for me... Thank you