1.iepngfix.jsスクリプトをダウンロードしてサーバにアップロードすれば問題ないのですが、WordPress使用の場合はthemesのテンプレートにアップするのではなくドメイン直下にアップします。
2.themesの中の使用テンプレートのheader.phpの<head></head>の間に
<script type=”text/javascript” src=”<?php bloginfo(’url’); ?>/iepngfix.js”></script>
と記述します。
3.themesの中の使用テンプレートのcssに
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
を記述します。(赤文字のところはPNG画像を指定したクラス名、もしくはID名を記述)
4.使用テンプレートthemesの中にアップロードし完了です。
トラックバック
If you like this blog please take a second and subscribe to my rss feed
Tags: iepngfix.js
Comments: No comments, be the first to comment
All the fields that are marked with REQ must be filled
Please comment