archan937 / topup

The #1 Javascript Pop Up / Lightbox made by Paul Engel
http://gettopup.com
158 stars 32 forks source link

MSIE 9 shading fail #31

Closed jstansel closed 1 year ago

jstansel commented 13 years ago

Trying to roll out a change to production, using TopUp, but QA has found a problem with MSIE 9.

We use shaded: 1, overlayClose: 1 and in MSIE 9 the gray shading is "stuck" at the top of the page, for the size of the screen. StackOverflow reports that could happen in quirks mode but we have verified that standards mode is being used.

Appreciate any help!

-james.

jstansel commented 13 years ago

Adding special MSIE handling (same as TopUp already did) seems to work for me.

var ie9fix = ‘#tu_overlay{position:fixed}’;