[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:

[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 = $('v:oval').appendTo(divStruttura); But

[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

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

2007-08-24 Thread gianiaz
in real time, and you can see the magnified portion only onDrop (when you release the mouse button). Is a css limit or something similar or what else? Another question, if I want to change the square shape with a image of a magnify, how I can approach? Thank you On Aug 25, 12:01 am, gianiaz [EMAIL

[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(