Page 1 of 1

Lightbox Gallery Module fix for IE

Posted: Mon Apr 23, 2012 5:25 pm
by athillstudio
Using CMS Made Simple (v1.10.3) and the Gallery Module (1.5.3) I have a problem that when images are called having clicked on a thumbnail the page title (Gallery in the screenshot) appears on top of the light box instead of behind.

The problem is with IE8 and IE9 (and I assume all IE browsers).

FireFox and Safari are fine.

Can anyone help me resolve this problem?

Re: Lightbox Gallery Module fix for IE

Posted: Mon Apr 23, 2012 5:35 pm
by Dr.CSS
Looks like you are trying to use some font replacement JS, sifr, which has style sheet making the text have a higher z-index rating, actually a position absolute, than the pop up, remove it and I'm sure it will work...

Re: Lightbox Gallery Module fix for IE

Posted: Wed Apr 25, 2012 10:48 am
by athillstudio
Thanks - you were right. Problem caused by the sIFR javascript library, needed to be modified to stop this from happening. sifr.js updated and all working.