[jQuery] Re: Problem with Magnify jQuery plugin in IE7

2009-01-23 Thread proact...@gmail.com
Hi, here Peter (I writing from other account), i already done all this things what you write, now i'm using one class to all magnify links, also i moved this stagePlacement to good place, and still not working. Next i try replace png with jpg format, also not working. And last i removed all the

[jQuery] Re: Problem with Magnify jQuery plugin in IE7

2009-01-23 Thread PIT_777
Padding on the stageCss i using because, without this some photos in big version was without some part near to border line(without padding plugin cuting some border part of photo) Regards, Peter On 23 Sty, 09:38, proact...@gmail.com proact...@gmail.com wrote: Hi, here Peter (I writing from

[jQuery] Re: Problem with Magnify jQuery plugin in IE7

2009-01-22 Thread Josh Nathanson
Hi Peter, Josh here, the author of the plugin. Not sure why it's not working for you, but one thing I would recommend: - use a class attribute on all your links that you want to bind to the plugin - that way you can just call the plugin once and all your links will be bound: a

[jQuery] Re: Problem with Magnify jQuery plugin in IE7

2009-01-22 Thread Josh Nathanson
Oh, I see another problem. You have stagePlacement values in your stageCss option. StageCss can only have valid CSS attributes, so this will probably break IE. StagePlacement is a separate option, so your options should look like this: $(#d02).magnify({ lensWidth: 27,