tags:

views:

99

answers:

0

I'm at a total loss.

I had everything working well and now, no mater what I do, I cant get the sIFR 3 font to actually render. It is in the markup and will receive parameters like wmode, but no color etc. Here's my js:

sifr-config.js:

var ziggurat = { src: 'http://xxx.xxxxxxx.com/site_media/dynamic_media/fla/ziggurat.swf' };

sIFR.activate(ziggurat);

sIFR.replace(ziggurat, {
    selector: 'h1.pageTitle, h3.shopLink a, .contentViewer h3, .highlightNav li a, .childNav li a',
    wmode: 'transparent',
});

Any suggestions?

Thanks in advance