IE対応バージョンベクタ
IEへのブラウザ対応は、大変ですよね。
以下のコードをタグの頭につけることでブラウザを識別し、jsなどの読み込みを条件分岐させられるようです。
参考:http://dtp.jdash.info/archives/51946101.html
filename
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
Author And Source
この問題について(IE対応バージョンベクタ), 我々は、より多くの情報をここで見つけました https://qiita.com/samurai_runner/items/0e9a8de07ae1ac6f6695著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .