<!--[if lt IE 7]> <html class="ie ie6 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 7]> <html class="ie ie7 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 8]> <html class="ie ie8 lte9 lte8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9 lte9"> <![endif]-->
<!--[if gt IE 9]> <html> <![endif]-->
<!--[if !IE]><!--> <html> <!--<![endif]-->
上記のコードは、少しでも機能していないようです。私のウェブサイト( The Randy )が動作しているように見える唯一のIEバージョンはIE9です。上で入力した条件付きステートメントのために機能していると思いましたが、IE9ではそれらのステートメントがなくても機能します。IE8とIE7でそれを見ると、壊れたWebサイトが表示されます。どんな助けでも大歓迎です。