You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Overlay "top: center" on ie8/7 Created Sep 16, 2009

This thread is solved

Views: 1683     Replies: 4     Last reply Oct 5, 2009  
You must login first before you can use this feature

cdkeito

Posts: 8

Registered:
Aug 30, 2009

Overlay "top: center" on ie8/7

Posted: Sep 16, 2009

On ie 7/8:
setting top: 'center',
when you open the overlay,
results in a jquery.min.js error ln:12 - chr:12949

because the overlay plugin is trying to set : top = "NaNpx"
because s = "NaNpx"

here the line from jquery.min.js:
s+=o.scrollTop();r+=o.scrollLeft()}k.css({top:s,left:r,position:"absolute"});

WorkAround: setting top: 100 in overlay prop

You can look at the code at http://talesbook.ilbello.com/
line:960

thank you

cdkeito

Posts: 8

Registered:
Aug 30, 2009

» Overlay "top: center" on ie8/7

Posted: Sep 16, 2009

Reply to: Overlay "top: center" on ie8/7, from cdkeito
mmm,
looks there's already a similar (...) thread on it:
http://flowplayer.org/tools/forum/55/26364
without solution on this

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» » Overlay "top: center" on ie8/7

Posted: Sep 17, 2009

Reply to: » Overlay "top: center" on ie8/7, from cdkeito
top: center will be (re)implemented in 1.1.1. coming out soon.

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» » » Overlay "top: center" on ie8/7

Posted: Oct 5, 2009

Reply to: » » Overlay "top: center" on ie8/7, from tipiirai
This is now implementd

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» » » Overlay "top: center" on ie8/7

Posted: Oct 5, 2009

Reply to: » » Overlay "top: center" on ie8/7, from tipiirai
This is now implementd