《
HTML代码技巧 HTML注释表达式判断IE版本》文章地址:http://www.tfxk.com/wangyesheji/jianzhanjingyan/03023354R013.htm
,
HTML中使用空格排版的问题
<!--[if lt IE 5.5]><p>Please upgrade your version of Internet Explorer.</p><![endif]-->
跟编程语言相似,这里的表白式还支持大于(gt)、小于(lt)、 与或非 等操作符。 下面是一些例子。
<!--[if (IE 5)]><p>You are using IE 5 (any version).</p><![endif]-->
代码示例:
view plaincopy to clipboardprint?
<!--[if gte IE 7]><p>You are using IE 7 or greater.</p><![endif]-->
[if (gt IE 5)&(lt IE 7)] 判断是否大于IE5, 小于IE7
[if lte IE 6] 判断是否即是IE6 版本或者以下 (<=)
[if (IE 6)|(IE 7)] 判断是否IE6 或者 IE7
HTML 的注释格局是 <!-- Comment content --> ,html中a标记href值正则表达式替换为空, IE 对HTML注释做了一些扩展,使之能够支持前提判断表达式:
Tag:判定 版本 解释  ,
HTML5和CSS3制作的登录表单; 代码 技能
<!--[if !(IE 7)]><p>You are not using version 7.<,HTML5+CSS3 实现未来的网页设计;/p><![endif]-->
<!--[if (gte IE 5.5)&(lt IE 7)]><p>You are using IE 5.5 or IE 6.</p><![endif]-->,HTML+CSS网页制作实例 制作联系人网页表单;
[if gte IE 7] 判断是否 IE7 版本或者以上
<!--[if (IE 5)]><p>You are using IE 5 (any version).</p><![endif]-->
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]-->
[if IE 7] 判断是否是IE7
<!--[if IE]><p>You are using Internet Explorer.</p><![endif]-->
<!--[if IE 7]><p>,Google谷歌Logo的CSS前景图片合并技术;Welcome to Internet Explorer 7!</p><![endif]-->
[if !(IE 7)] 判断是否不是IE7
<!--[if (gte IE 5.5)&(lt IE 7)]><p>You are using IE 5.5 or IE 6.</p><![endif]-->
注:IE5 以下的版本不支撑这种正文扩大。 不外当初也很难找到IE4了 ... :)
<,google Sitemaps网站地图相关知识;![if !IE]><p>You are not using Internet Explorer.</p><![endif]>
<!--[if IE 7]><p>Welcome to Internet Explorer 7!</p><![endif]-->
<![if !IE]><p>You are not using Internet Explorer.</p>,Google Analytics(分析)能为网站带来什么;<![endif]>
<!--[if lt IE 5.5]><p>Please upgrade your version of Internet Explorer.</p><![endif]-->
[if lt IE 5.5] 判断是否是IE5.5 以下版本。 (<)
<!--[if IE]><p>You are using Internet Explorer.</p><![endif]-->
[if !IE] 判断是否不是IE
[if IE] 断定是否IE
例子:
<!--[if expression]> HTML <![endif]--> 当表达式expression 为True 的时候,显示 HTML 内容。
[if gt IE 5] 判断是否IE5以上版本 (> )
--> [
网站建设之]HTML代码技巧:HTML注释表达式判断IE版本
<!--[if !(IE 7)]><p>You are not using version 7,Google Analytics 网站点击分布图.</p><![endif]-->
<,Google Adsense提高收入核心技巧揭秘;!--[if gte IE 7]><p>You are using IE 7 or greater.</p><![endif]-->
如何让静态HTML代码依据不同IE版本显示不同内容。 这里的技巧就是应用IE的HTML注解抒发式。
(责任编辑:网站建设)
HTML代码技巧 HTML注释表达式判断IE版本相关文章