IE hack - Conditional Comments
HTML/CSS
2008. 7. 17. 18:48
<!-- [if IE 5]> //Internet Explorer 5
<![endif] -->
<!-- [if IE 6]> //Internet Explorer 6
<![endif] -->
<!-- [if IE 7]> //Internet Explorer 7
<![endif] -->
<!-- [if lte IE 6]> //Internet Explorer 6과 같거나 아래
<![endif] -->
<!-- [if gt IE 6]> //Internet Explorer 6보다 상위
<![endif] -->
<!-- [if gte IE 6]> //Internet Explorer 6과 같거나 상위
<![endif] -->
<!-- [if lt IE 7]> //Internet Explorer 7 보다 아래
<![endif] -->
<![endif] -->
<!-- [if IE 6]> //Internet Explorer 6
<![endif] -->
<!-- [if IE 7]> //Internet Explorer 7
<![endif] -->
<!-- [if lte IE 6]> //Internet Explorer 6과 같거나 아래
<![endif] -->
<!-- [if gt IE 6]> //Internet Explorer 6보다 상위
<![endif] -->
<!-- [if gte IE 6]> //Internet Explorer 6과 같거나 상위
<![endif] -->
<!-- [if lt IE 7]> //Internet Explorer 7 보다 아래
<![endif] -->