IE9以下的版本不支援HTML5,在head中置入下列語法讓IE6,7,8支援HTML5元素 :
[html]
<!–[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]–>
[/html]
Reference : http://code.google.com/p/html5shiv/
不挑戰記憶力的技術筆記
IE9以下的版本不支援HTML5,在head中置入下列語法讓IE6,7,8支援HTML5元素 :
[html]
<!–[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]–>
[/html]
Reference : http://code.google.com/p/html5shiv/