Javascript – sIFR 3: Background Transparent

cssflashjavascriptsifr

i'm working on using sIRF for the first time as a way to implement specific typography on a website. it's all working nicely but i have one problem, i want the background to be transparent. i've looked thru the sIRF wiki and im not sure if this is something that is possible..

does anyone know of a way to do this?

i have a test page here > http://www.bevelite.com.au/test

sIRF documentation here > http://wiki.novemberborn.net/sifr3/

Best Answer

Lately I use Facelift as I find it a little easier to work with than sIFR... but I believe to make the background transparent you do something like this:

sIFR.replace(yourtypeface, {
      selector: 'h2.cpost-title',
      wmode: 'transparent'
});