IE8でデバッグしようとするとIE7の互換表示モードで表示されてしまう罠の回避方法
なぜIE8なのに、ブラウザモードがIE7で既定されているのか、よくわかりません。
設定方法あるのかもしれませんが、IEをいじる気にはなりません。(・ω<)
HTML
<!doctype html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8">
...
<link media="all" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
</head>
meta要素の先頭に入れましょう。だそうです。
http://msdn.microsoft.com/ja-jp/library/cc817574.aspx
関係ないですけど
meta ってタイプすると十中八九で meat になっちゃいますよね~。
Author And Source
この問題について(IE8でデバッグしようとするとIE7の互換表示モードで表示されてしまう罠の回避方法), 我々は、より多くの情報をここで見つけました https://qiita.com/pb_tmz08/items/0321134720adda5735eb著者帰属:元の著者の情報は、元の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 .