views:

33

answers:

0

Hi

I'm running sIFR r436 on a site I am developing. I have the sIFR running fine. No Problems, but where it is implemented and there is a clickable javascript action/function (please excuse my terminology) this does not work with sifr is enabled in IE 6,7 & 8. The Javascript in question uses jQuery. All is well with Firefox, Safari and Chrome on both Mac and PC.

I understand that I should probably add a line to the sifr-config.js file which has onRelease: function() in it, probably in this bit of code

 sIFR.replace(lubalinbold, {
   selector: '#nav dt b, #nav dt a',
   css: [
    '.sIFR-root {color: #99CC33; leading: 0; letter-spacing: 0; cursor: pointer; }'
   ], 
   wmode: 'transparent'
 });

but I clearly don't know how to implement it properly as in my attempts I have either disabled sifr completely or simply failed.

The development page in question is http://craigomatic.co.uk/beta/ and any help would be much appreciated.

Thanks

Craig