LoginSignup
6
5

More than 5 years have passed since last update.

IE対応バージョンベクタ

Posted at

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]-->
6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5