IE8でHTML5タグを認識させる
参考:
http://blog.g-fellows.com/web/css/593/
HTMLの先頭部分に
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
CSSに以下を定義する
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}
HTML5タグを使用してコーディング後、この変更でIE8でもOKになったため、
便利と判断し適用しています。
Author And Source
この問題について(IE8でHTML5タグを認識させる), 我々は、より多くの情報をここで見つけました https://qiita.com/kinushu/items/a2df6f09666d8a49a9b2著者帰属:元の著者の情報は、元の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 .