감성 퍼블리셔 html,css

익스플로어8 (ie8) 호환성 보기 없애기 본문

HTML/CSS

익스플로어8 (ie8) 호환성 보기 없애기

빅범 2014. 4. 1. 23:16

 

 

 

header 사이에

하단의 메타태그를 활용하여 호환성보기를 없앤다.

 

 

ex)

<html>

  <header>

  <title>호환성보기 없애기</title>

  <
meta http-equiv="X-UA-Compatible" content="IE=8" />

  </header>

 

  <body>

Comments