文本不会仅在IE上显示

时间:2013-04-22 17:37:45

标签: html internet-explorer css3

作为我的标题,我测试了其他浏览器firefox,chome,safire和IE。 只有IE不会在菜单栏上显示文本。 我正在观看的是IE9。 请帮忙。

示例如下: http://joeewu.com/Tester/Lindsay/

感谢您的观看。

1 个答案:

答案 0 :(得分:1)

啊,这是cufon的乐趣..

您应该做的第一件事是更新到最新版本的Cufon。

然后在任何Cufon.replace()来电之前将此代码添加到您的标头中:

<!--[if gte IE 9]>
   <script type="text/javascript">
        Cufon.set('engine', 'canvas');
   </script>
<![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=8" />