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 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 options from plugin settings in head, this > also didn't take effect. > > In other browsers working(I checked Opera and FireFox), but in IE7 > didn't work. > > Have you some other idea why this not working? > > Regards, > Peter > > Josh Nathanson napisał(a): > > > > > 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, > > lensHeight: 27, > > showEvent: 'click', > > hideEvent: 'mouseout', > > stageCss: { border: '3px solid #CC0000', padding: '15px'}, > > stagePlacement: 'left' > > }); > > Also - I wouldn't recommend using padding on the stageCss, this could lead > > to some funky results. > > > -- Josh > > > -----Original Message----- > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of PIT > > Sent: Thursday, January 22, 2009 10:38 AM > > To: jQuery (English) > > Subject: [jQuery] Problem with Magnify jQuery plugin in IE7 > > > Hello, > > I have problem to show the big version of the image in IE7, in other > > browsers working good. > > My website where i use Your plugin is: > >http://www.dobrestudium.pl/kurs_paznokci.html.php > > In attachement i sending screen of place at site wher i use Magnify. > > I apply Magnify at one page to 14 images. > > > I done all good with documentacion and i don't know why not working, > > your website example working in IE7, but my not :( > > > Please give me some information why it's not working. > > > Regards, > > Peter