joeewu
joeewu

Reputation: 1

Text would not display on IE only

As my title, I have test other browsers firefox, chome, safire, and IE. Only the IE won't display the text on the menu bar. The one I was viewing is IE9. Please help.

Sample as following: http://joeewu.com/Tester/Lindsay/

Thanks for viewing.

Upvotes: 0

Views: 46

Answers (1)

Kaloyan
Kaloyan

Reputation: 7352

Ah, the joys of cufon ..

First thing you should do is update to the latest version of Cufon.

Then add this code to your header before any Cufon.replace() calls:

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

Upvotes: 1

Related Questions