R – Hiding of alternative text not happening

sifr

I am using sifr in the content management system cmsms, and for the first time ever I've experienced a problem with sifr.

http://www.improvingbiz.co.uk/index.php?page=e-commerce

Sifr is showing the text as well as the flash, resulting in this double headline!

I have sifr replacing #title and using the following in screen CSS:

.sIFR-hasFlash #title {
    visibility: hidden;
    font-size:0px;
}

…to no avail.

Best Answer

Required me to put the sIFR stylesheet into the CMS style sheet, it didn't like a link to an external sheet.