Sometimes I’m facing the problem where my sIFR texts always stay on top my page, like this:

sIFR always on top of thickbox/lightwindow
Really annoying when you’re using Thickbox or Lightwindow to display a (fullscreen) picture. The solution is simple, but weird:
With the following parameter the problem will be solved:
sIFR.replace(yourFont, {
selector: 'h2',
wmode: 'transparent',
css: '.sIFR-root { color: #791d7e; }'
});
1 Response to sIFR always on top of thickbox-lightwindow
moshe
June 4th, 2009 at 18:42
amazing – thanks!