sIFR 3 r 436不在IE7中显示

时间:2010-02-19 23:07:22

标签: internet-explorer sifr sifr3

我是sIFR的新手,我无法在IE7中正确显示字体。我收到“预期标识符,字符串或数字”错误,我不知道如何进行故障排除。

这是我的开发链接:http://paradigm-aero.bigrigmedia.com/test.html

非常感谢任何见解!!!

1 个答案:

答案 0 :(得分:0)

在结束大括号之前你有(至少一个)逗号:

sIFR.replace(centurygothic, {
  selector: '.century12',
  css: [ '.sIFR-root { color: #666666; leading: 1; letter-spacing: 1; text-transform: uppercase; }' ,'a { text-decoration: none }' ,'a:link {   color: #112343 }' ,'a:hover { color: #E31824 }' ], wmode: 'transparent',  preventWrap: true,
  forceWidth: true,
  fitExactly: true,
  forceSingleLine: true,
});

这会导致IE中的语法错误。