컴

구형 익스플로러에서 html5 구조 사용하기

· 2014-10-10 (금) 00:21:26 · 3855 · 1

익스플로러는 비표준 브라우저요

익스 9 이하 버전은요

 

 

익스 9이 하 버전에서  html5 구조를 사용하기 위해서

 

html5.js라는 것을 사용하기도 하는데요..  

 

이것으로도 해결이 안되는 것이 있어요

 

 

/* 구형 익스플로러에 html5 적용하기 */
document.createElement('header');
document.createElement('nav');
document.createElement('article');
document.createElement('section');
document.createElement('aside');
document.createElement('footer');
document.createElement('hgroup');
/* //구형 익스플로러에 html5 적용하기 */

 

 

그럴 경우 위 소스를 넣으시면 구형 익스에서도 html5 구조를 만들 수 있어요


|

댓글 1개

감사합니다~
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
14-10-13 조회 6,294
14-10-11 조회 6,497
14-10-11 조회 6,356
14-10-11 조회 6,109
14-10-10 조회 6,194
14-10-10 조회 5,896
14-10-08 조회 6,786
14-10-07 조회 6,188
14-10-06 조회 6,572
14-10-06 조회 7,352