如何在 IE 中使用 HTML5 元素

让样式在 IE 中作用到未知的元素上——仅需 JS 创建此未知元素即可。

Hello World!

 

 1<html>
 2<head>
 3<style>
 4section { color: red; }
</style>
 5<script>
 6document.createElement("section")
</script>
 7</head>
 8<body>
 9<section>Hello World!</section>
10</body>
11</html>

方便地使用HTML5元素

JS for HTML5

 

Code 下载

HelloWorld.rar

参考资料

John Resig  《HTML5 Shiv》

posted @ 2009-07-14 23:50  顶呱呱  阅读(363)  评论(0编辑  收藏  举报