Nope, stops working with 1.3.2
I would be happy with 1.3.1 but it has some weird error in IE9 only
which is solved in 1.3.2 - 1.3.4 but this new issue is introduced.
On Oct 16, 6:44 pm, JFK <
jfk.d...@gmail.com> wrote:
> what about v1.3.4?
>
> On Oct 16, 12:06 pm, Michael Kansky <michael.kansky
>
>
>
> %
livehelpnow....@gtempaccount.com> wrote:
> > Version 1.3.1 works fine but 1.3.2 + forces the fancybox to center
> > even instructed not to...
>
> > On Oct 16, 10:01 am, Michael Kansky <michael.kansky
>
> > %
livehelpnow....@gtempaccount.com> wrote:
> > > It ignores it.
> > > The Fancybox script adds STYLE attribute to the fancybox-wrap that
> > > completely overrides top and left positioning i am trying to force it
> > > to onComplete
> > > I am searching through the script to find where it does it and i
> > > cannot find it.
>
> > > On Oct 16, 12:49 am, JFK <
jfk.d...@gmail.com> wrote:
>
> > > > $('#fancybox-wrap').css({
> > > > 'position':'absolute',
> > > > 'top':'10px',
> > > > 'left':'109px'
>
> > > > });
>
> > > > On Oct 15, 7:40 pm, Michael Kansky <michael.kansky
>
> > > > %
livehelpnow....@gtempaccount.com> wrote:
> > > > > No matter what i do, i cannotabsolutepositionfancybox onComplete
> > > > > Seems like leftpositionis completely ingored and fabcybox wants to
> > > > > be in center of the screen.
> > > > > Toppositionis accepted by fancybox but leftpositionis ignored.
> > > > > Here's what i have:
>
> > > > > $.fancybox({
> > > > > 'zoomSpeedIn': 300,
> > > > > 'zoomSpeedOut': 300,
> > > > > 'modal': modal,
> > > > > 'href':url,
> > > > > 'padding': 0,
> > > > > 'width': 800,
> > > > > 'height': 400,
> > > > > 'type':type,
> > > > > 'onComplete': function(){
> > > > > $('#fancybox-wrap').css('top',top +'px');
> > > > > $('#fancybox-wrap').css('left','109' +'px');
> > > > > }
> > > > > }
>
> > > > > });
>
> > > > > Is there anything i can do to instruct Fancybox not topositionit in