How can I get sIFR to render the .sIFR-alternate correctly with FlashBlock enabled?

Posted by berkleebassist on Stack Overflow See other posts from Stack Overflow or by berkleebassist
Published on 2010-04-10T20:32:03Z Indexed on 2010/04/10 20:43 UTC
Read the original article Hit count: 179

Filed under:
|
|

So I've looked this up in a few different places, and the only answer I've seen is "style the span.sIFR-alternate element". Problem is, if I apply any styles to that element that will actually have it appear & be placed correctly, it shows up alongside the sIFR text when FlashBlock isn't present (e.g. in Safari/IE) or is disabled.

Here's the default styles for .sIFR-alternate:

.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

And I'm adding these:

span.sIFR-alternate {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 14px;
    color: #000000;
    padding: 0;
    margin-top:12px;
    margin-bottom:7px;
}

What am I missing?

Otherwise though, sIFR is working well.

© Stack Overflow or respective owner

Related posts about sifr

Related posts about sifr3