ie 6¿¡¼¸¸ Àû¿ëÇϱâ <!--[if ie 6]>
<style type="text/css">
html {
overflow: scroll;
overflow-x: auto;
}
</style>
<![endif]-->
<!--[if ie 7]>
<style type="text/css">....</style>
<![endif]-->
gt =
selects greater than º¸´ÙÅ« : if gt IE 6 -> ÇöÀç¹öÀü > 6
lt
= selects less than º¸´Ù ÀÛÀº : if lt IE 6 -> ÇöÀç¹öÀü < 6
gte
= selects greater than or equal to °°°Å³ª Å« : if gte IE 6 ->
ÇöÀç¹öÀü >= 6
lte
= selects less than or equal to °°°Å³ª ÀÛÀº : if lte IE 6 ->
ÇöÀç¹öÀü <= 6
ex) <!--[if
gtie
7]><![endif]-->, <!--[if
ltie
7]><![endif]-->, <!--[if
gteie
7]><![endif]-->
, <!--[if
lte
ie 7]><![endif]-->
* html ÆäÀÌÁö¿¡¼¸¸ Àû¿ë, IE
ºê¶ó¿ìÀú¿¡¼¸¸ Àû¿ë
|