Programming language/HTML & CSS

IE9 이전 버전에 HTML5 및 CSS3 로딩 방법

hello-world 2014. 3. 12. 03:10
728x90
반응형

IE9  이전 버전에서 HTML5 대응법


http://code.google.com/p/html5shiv


html5shiv.js 로딩 예>


<!--[if lt IE 9]>
<script src="html5shiv.js"></script>
<![endif]-->



IE9  이전 버전에서 CSS3 대응법


http://code.google.com/p/css3-mediaqueries-js/


css3-mediaqueries.js로딩 예>


<!--[if lt IE 9]>
<script src="css3-mediaqueries.js"></script>
<![endif]-->


혹은 

https://github.com/scottjehl/Respond/



728x90
반응형