国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > HTML > 正文

HTML代碼技巧:HTML注釋表達(dá)式判斷IE版本

2024-08-26 00:16:54
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

武林網(wǎng)(m.survivalescaperooms.com)文章簡(jiǎn)介:在HTML代碼里面如何判斷IE版本.

如何讓靜態(tài)HTML代碼根據(jù)不同IE版本顯示不同內(nèi)容。 這里的技巧就是利用IE的HTML注釋表達(dá)式。

HTML 的注釋格式是 <!-- Comment content --> , IE 對(duì)HTML注釋做了一些擴(kuò)展,使之可以支持條件判斷表達(dá)式:

<!--[if expression]> HTML <![endif]--> 當(dāng)表達(dá)式expression 為T(mén)rue 的時(shí)候,顯示 HTML 內(nèi)容。

例子:

view plaincopy to clipboardprint?
<!--[if IE 5]>
<p>Welcome to Internet Explorer 5.</p>
<![endif]-->
<!--[if IE 5]>
<p>Welcome to Internet Explorer 5.</p>
<![endif]-->

和編程語(yǔ)言類(lèi)似,這里的表達(dá)式還支持大于(gt)、小于(lt)、 與或非 等操作符。 下面是一些例子。

[if IE] 判斷是否IE

[if IE 7] 判斷是否是IE7

[if !IE] 判斷是否不是IE

[if lt IE 5.5] 判斷是否是IE5.5 以下版本。 (<)

[if lte IE 6] 判斷是否等于IE6 版本或者以下 (<=)

[if gt IE 5] 判斷是否IE5以上版本 (> )

[if gte IE 7] 判斷是否 IE7 版本或者以上

[if !(IE 7)] 判斷是否不是IE7

[if (gt IE 5)&(lt IE 7)] 判斷是否大于IE5, 小于IE7

[if (IE 6)|(IE 7)] 判斷是否IE6 或者 IE7

代碼示例:

view plaincopy to clipboardprint?


<!--[if IE]><p>You are using Internet Explorer.</p><![endif]-->

<![if !IE]><p>You are not using Internet Explorer.</p><![endif]>

<!--[if IE 7]><p>Welcome to Internet Explorer 7!</p><![endif]-->


<!--[if !(IE 7)]><p>You are not using version 7.</p><![endif]-->

<!--[if gte IE 7]><p>You are using IE 7 or greater.</p><![endif]-->

<!--[if (IE 5)]><p>You are using IE 5 (any version).</p><![endif]-->


<!--[if (gte IE 5.5)&(lt IE 7)]><p>You are using IE 5.5 or IE 6.</p><![endif]-->


<!--[if lt IE 5.5]><p>Please upgrade your version of Internet Explorer.</p><![endif]-->


<!--[if IE]><p>You are using Internet Explorer.</p><![endif]-->


<![if !IE]><p>You are not using Internet Explorer.</p><![endif]>

 

<!--[if IE 7]><p>Welcome to Internet Explorer 7!</p><![endif]-->

<!--[if !(IE 7)]><p>You are not using version 7.</p><![endif]-->

<!--[if gte IE 7]><p>You are using IE 7 or greater.</p><![endif]-->


<!--[if (IE 5)]><p>You are using IE 5 (any version).</p><![endif]-->


<!--[if (gte IE 5.5)&(lt IE 7)]><p>You are using IE 5.5 or IE 6.</p><![endif]-->


<!--[if lt IE 5.5]><p>Please upgrade your version of Internet Explorer.</p><![endif]-->

 

注:IE5 以下的版本不支持這種注釋擴(kuò)展。 不過(guò)現(xiàn)在也很難找到IE4了 ... :)

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 绍兴县| 蓬莱市| 松原市| 平山县| 万荣县| 象州县| 丹棱县| 新宾| 黎平县| 项城市| 内乡县| 太原市| 江山市| 西藏| 新河县| 佛冈县| 正阳县| 滦平县| 页游| 闸北区| 通江县| 蚌埠市| 会泽县| 吉木萨尔县| 清水县| 凤阳县| 漯河市| 天全县| 新余市| 梧州市| 昭平县| 彭泽县| 应用必备| 澄城县| 威远县| 天台县| 五莲县| 罗定市| 福安市| 吉林市| 高淳县|