how can I get jquery.sIFR plugin to display sIFR-alternate text for print?
Posted
by apeBoy
on Stack Overflow
See other posts from Stack Overflow
or by apeBoy
Published on 2010-04-19T10:06:32Z
Indexed on
2010/05/02
17:07 UTC
Read the original article
Hit count: 205
I'm struggling with this. I've used the jquery sIFR plugin as opposed to sIFR it prevented conflicts with other jquery I am using on my pages.
It works fine in its prime function: replacing html text with Flash.
However, the .sIFR-alternate class is given an inline style of 'opacity: 0' which persists when flashblock is on. So alternate text does not appear. Neither does it appear when printng the page (yes I have included styles for sIFR-print).
I've tried replacing the opacity:0 inline style with display: none but this causes height issues with the output flash.
Any one else had this or have any ideas?
© Stack Overflow or respective owner