tags:

views:

58

answers:

1

After including sIFR3 and configure the sifr-config.js the new flash-font is shown. But also the HTML-text is visible.

How can I hide the old html-text?

A: 

sIFR includes CSS files. You'll need them - sIFR puts a class on the old HTML text, which the CSS file instructs the browser to hide.

ceejayoz
I think it´s a problem of CSS... In the sirf.css within the @media screen at the bottom of this css-file i have to put in my CSS-elements, right?I have a thisin my index.html:<div id="infoPan> <div id="infoPan> <h2>BlaBla</h2> </div></div>And what must go into the sifr.css?This:.sIFR-active #infoPan h2{ visibility: hidden;}It is not working :( "BlaBla is there in flash AND html!!!
Mike
OK... my css was right... the including in the html-file wasn´t right! I do it with an CMS... not so easy ^^
Mike