문제

My website: http://botvps.com

The text on the button is not appearing. I have already made an IE css for IE 8 or lower.

What do I need to do?

Regards, LB

도움이 되었습니까?

해결책

You are using Cufon 1.09, an outdated version. Please use the new 1.09i version of Cufon, which adds support for Internet Explorer 9.

I tested your site with 1.09i, it renders fine then!

  1. Download cufon-yui.js from the following website: http://cufon.shoqolate.com/

  2. Replace the following file on the server with the new javascript: http://www.botvps.com/js/cufon-yui.js

다른 팁

you can use this meta tag line and put it inside the <head> tag:

<meta http-equiv="X-UA-Compatible" content="IE=8" />

this will make ie9 work in compatibility mode to ie8 and will solve the problem if you don't

have problems in ie8 stylesheet

 <!--[if IE 5]>
 <link rel="stylesheet" type="text/css" href="ie5.css" />
 <![endif]-->
 <!--[if IE 6]>
 <link rel="stylesheet" type="text/css" href="ie6.css" />
 <![endif]-->
 <!--[if IE 7]>
 <link rel="stylesheet" type="text/css" href="ie.css" />
 <![endif]-->
 <!--[if IE 8]>
 <link rel="stylesheet" type="text/css" href="ie8.css" />
 <![endif]-->
 <link rel="stylesheet" type="text/css" href="layout.css" />
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top