body에다가 class를 부여하여 css selector만 이용하는 방법입니다.
가장 많이 쓰이는 IE, IE6, IE7, 그 외.. 로 예제코드 만들어 봤습니다. (실제로 저는 이렇게 해서 사용합니다.)

<!--[if lte IE 6]><body class="ie ie6"><![endif]-->
<!--[if IE 7]><body class="ie ie7"><![endif]-->
<!--[if !IE]>--><body><!--<![endif]-->

#content { color: red; }
.ie #content { color: blue; }
.ie6 #content { color: pink; }
.ie7 #content { color: green; }


Conditional comments에 대해서

크리에이티브 커먼즈 라이선스
Creative Commons License
Posted by Johan Kim hiphapis

TRACKBACK http://hiphapis.net/trackback/148 관련글 쓰기

댓글을 달아 주세요

  1. 요한 사마
    하노이 잘 다녀오3

    ps. 선물 꼭 사오셈 >_<

    2008/11/30 00:16 [ ADDR : EDIT/ DEL : REPLY ]
    • 지금도 하노이 친구들 덕분에 일하는중..
      젠장!

      2008/11/30 12:22 [ ADDR : EDIT/ DEL ]
  2. 오홍~ 좋은데요?

    2008/12/18 13:31 [ ADDR : EDIT/ DEL : REPLY ]