구형 익스플로러에서 html5 구조 사용하기 > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

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

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

본문

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

익스 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 구조를 만들 수 있어요


추천
0
  • 복사

댓글 1개

© SIRSOFT
현재 페이지 제일 처음으로