-

HTML5+CSS3をIEに対応させる便利なライブラリ

html5.js - HTML5 enablin... / HTML5 video and audio ta... / explorercanvas - HTML5...他...全6件

html5.js - HTML5 enabling script

http://remysharp.com/2009/01/07/html5-enabling-script/
<!--[if lt IE 9]> 
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> 
<![endif]-->

HTML5 video and audio tags in all major browsers

http://html5media.info/
<script src="http://api.html5media.info/1.1.4/html5media.min.js"></script> 
<video src="video.mp4" width="320" height="200" controls preload></video> 
<audio src="audio.mp3" controls preload></audio>

ie7-js - Google Project Hosting

http://code.google.com/p/ie7-js/
<!--[if lt IE 9]> 
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> 
<![endif]-->

CSS3 PIE: CSS3 decorations for IE

http://css3pie.com/
#myElement { 
    ... 
    behavior: url(PIE.htc); 
}
最終更新日:2011-10-25 (6,879 views)

関連するトピックス

ページ上部に戻る