質問

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