<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阿乐的博客 &#187; IE浏览器</title>
	<atom:link href="http://ale.net.cn/blog/tag/ie%e6%b5%8f%e8%a7%88%e5%99%a8/feed/" rel="self" type="application/rss+xml" />
	<link>http://ale.net.cn/blog</link>
	<description>没有句号的梦想</description>
	<lastBuildDate>Wed, 22 Dec 2010 14:56:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE浏览器版本判断代码（if IE ）</title>
		<link>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%89%88%e6%9c%ac%e5%88%a4%e6%96%ad%e4%bb%a3%e7%a0%81%ef%bc%88if-ie-%ef%bc%89/</link>
		<comments>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%89%88%e6%9c%ac%e5%88%a4%e6%96%ad%e4%bb%a3%e7%a0%81%ef%bc%88if-ie-%ef%bc%89/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 04:52:46 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[程序]]></category>
		<category><![CDATA[IE浏览器]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=80</guid>
		<description><![CDATA[微软说明地址http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx
另附：IE浏览器网页兼容性测试工具
1. &#60;!&#8211;[if !IE]&#62;&#60;!&#8211;&#62; 除IE外都可识别 &#60;!&#8211;&#60;![endif]&#8211;&#62;
2. &#60;!&#8211;[if IE]&#62; 所有的IE可识别 &#60;![endif]&#8211;&#62;
3. &#60;!&#8211;[if IE 5.0]&#62; 只有IE5.0可以识别 &#60;![endif]&#8211;&#62;
4. &#60;!&#8211;[if IE 5]&#62; 仅IE5.0与IE5.5可以识别 &#60;![endif]&#8211;&#62;
5. &#60;!&#8211;[if gt IE 5.0]&#62; IE5.0以及IE5.0以上版本都可以识别 &#60;![endif]&#8211;&#62;
6. &#60;!&#8211;[if IE 6]&#62; 仅IE6可识别 &#60;![endif]&#8211;&#62;
7. &#60;!&#8211;[if lt IE 6]&#62; IE6以及IE6以下版本可识别 &#60;![endif]&#8211;&#62;
8. &#60;!&#8211;[if gte IE 6]&#62; IE6以及IE6以上版本可识别 &#60;![endif]&#8211;&#62;
9. &#60;!&#8211;[if IE 7]&#62; 仅IE7可识别 &#60;![endif]&#8211;&#62;
10. &#60;!&#8211;[if lt IE 7]&#62; IE7以及IE7以下版本可识别 &#60;![endif]&#8211;&#62;
11. &#60;!&#8211;[if gte [...]]]></description>
			<content:encoded><![CDATA[<p>微软说明地址<a href="http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx">http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx</a></p>
<p>另附：<a href="http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%bd%91%e9%a1%b5%e5%85%bc%e5%ae%b9%e6%80%a7%e6%b5%8b%e8%af%95%e5%b7%a5%e5%85%b7%ef%bc%88ie6%e3%80%81ie7%e3%80%81ie8%e5%85%b1%e5%ad%98%e8%bd%af%e4%bb%b6%ef%bc%89/">IE浏览器网页兼容性测试工具</a></p>
<p>1. &lt;!&#8211;[if !IE]&gt;&lt;!&#8211;&gt; 除IE外都可识别 &lt;!&#8211;&lt;![endif]&#8211;&gt;<br />
2. &lt;!&#8211;[if IE]&gt; 所有的IE可识别 &lt;![endif]&#8211;&gt;<br />
3. &lt;!&#8211;[if IE 5.0]&gt; 只有IE5.0可以识别 &lt;![endif]&#8211;&gt;<br />
4. &lt;!&#8211;[if IE 5]&gt; 仅IE5.0与IE5.5可以识别 &lt;![endif]&#8211;&gt;<br />
5. &lt;!&#8211;[if gt IE 5.0]&gt; IE5.0以及IE5.0以上版本都可以识别 &lt;![endif]&#8211;&gt;<br />
6. &lt;!&#8211;[if IE 6]&gt; 仅IE6可识别 &lt;![endif]&#8211;&gt;<br />
7. &lt;!&#8211;[if lt IE 6]&gt; IE6以及IE6以下版本可识别 &lt;![endif]&#8211;&gt;<br />
8. &lt;!&#8211;[if gte IE 6]&gt; IE6以及IE6以上版本可识别 &lt;![endif]&#8211;&gt;<br />
9. &lt;!&#8211;[if IE 7]&gt; 仅IE7可识别 &lt;![endif]&#8211;&gt;<br />
10. &lt;!&#8211;[if lt IE 7]&gt; IE7以及IE7以下版本可识别 &lt;![endif]&#8211;&gt;<br />
11. &lt;!&#8211;[if gte IE 7]&gt; IE7以及IE7以上版本可识别 &lt;![endif]&#8211;&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>gt = Great Then 大于<br />
&amp;gt; = &gt; 大于号<br />
lt = Less Then 小于<br />
&amp;lt; = &lt; 小于号<br />
gte = Great Then or Equal 大于或等于<br />
lte = Less Then or Equal 小于或等于</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%89%88%e6%9c%ac%e5%88%a4%e6%96%ad%e4%bb%a3%e7%a0%81%ef%bc%88if-ie-%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

