CSS HACK

hfszy0 2013-05-09

<!--[if(gteIE9)|!(IE)]><!--><htmllang="en"><!--<![endif]-->

<!--[if!IE7]>

<styletype="text/css">

@import"test.css";

</style>

<![endif]-->

<!--[ifIE8]>

<styletype="text/css">

@import"test.css";

</style>

<![endif]-->

<!--[ifgtIE7]>

<styletype="text/css">

@import"test.css";

</style>

<![endif]-->

<!--[ifgteIE7]>

<styletype="text/css">

@import"test.css";

</style>

<![endif]-->

<!--[ifltIE7]>

<styletype="text/css">

@import"test.css";

</style>

<![endif]-->

<!--[iflteIE7]>

<styletype="text/css">

@import"test.css";

</style>

<![endif]-->

lt:就是Lessthan的简写,也就是小于的意思。

lte:就是Lessthanorequalto的简写,也就是小于或等于的意思。

gt:就是Greaterthan的简写,也就是大于的意思。

gte:就是Greaterthanorequalto的简写,也就是大于或等于的意思。

!:就是不等于的意思,跟javascript里的不等于判断符相同。

<!--[ifIE]>

你使用的是IE浏览器,还会弹出个框哦。

<scripttype="text/javascript">

alert("你使用的是IE浏览器!");

</script>

<![endif]-->

相关推荐

aSuncat / 0评论 2020-08-18