現在、Modernizr を使用する必要がある Web サイトを構築していますが、何らかの理由でクラスが html タグに適切に適用されません。
私のコードは次のようになります。
<!doctype html>
<!--[if lt IE 7]><html class="no-js ie6 oldie" lang="en"><![endif]-->
<!--[if IE 7]><html class="no-js ie7 oldie" lang="en"><![endif]-->
<!--[if IE 8]><html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<script src="http://cdn.hosting4real.com/js/modernizr/modernizr.js"></script>
</head>
それを機能させる方法を知っている人はいますか?
よろしくお願いします、