我是sIFR的新手,我无法在IE7中正确显示字体。我收到“预期标识符,字符串或数字”错误,我不知道如何进行故障排除。
这是我的开发链接:http://paradigm-aero.bigrigmedia.com/test.html
非常感谢任何见解!!!
答案 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中的语法错误。