jquery sIFR printing issue
After quite a bit of a tussle with the jquery sifr plugin to get things working front of house, I'm now looking at creating the site's print stylesheet.
I have imported the styles from sIFR-print.css. However, no sifr-treated items (h1 & h2 tags in this case) are showing when go to print preview (FF and IE8). On further investigation I see that span.sIFR-alternate has a style attribute setting opacity to zero when Flash is detected.
So this is taking precendence over the css file styles for .sIFR-alternate. And, I'm guessing, preventing the alternative text showing for print.
Is there a reason for hiding the alternate text in this way? I have used sIFR before (v2 & 3) and notice that this opacity quirk doesnt feature.
Any ideas? Any help would be much appreciated.