<?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://www.zhaipeng.cn/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IETester解决网页调试难题</title>
		<link>http://www.zhaipeng.cn/2009/11/12/ietester%e8%a7%a3%e5%86%b3%e7%bd%91%e9%a1%b5%e8%b0%83%e8%af%95%e9%9a%be%e9%a2%98/</link>
		<comments>http://www.zhaipeng.cn/2009/11/12/ietester%e8%a7%a3%e5%86%b3%e7%bd%91%e9%a1%b5%e8%b0%83%e8%af%95%e9%9a%be%e9%a2%98/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:21:10 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IETester]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/?p=303</guid>
		<description><![CDATA[又一次出现IE版本不同CSS和JavaScript出现问题. 以前记得可以下载IE6的免安全程序.但是没有会话(Cookie,Session)功能. 这次找到个好软件IETester http://my-debugbar.com/wiki/IETester/HomePage 可以同在这一个软件里调试IE5.5,IE6,IE7,IE8 软件体积不大但功能不错. 有了它以后就不用再愁IE版本问题了. 下边是IETester的载图:]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2009/11/12/ietester%e8%a7%a3%e5%86%b3%e7%bd%91%e9%a1%b5%e8%b0%83%e8%af%95%e9%9a%be%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>去掉当鼠标放到图片上时,出现下载,保存提示的图形工具条</title>
		<link>http://www.zhaipeng.cn/2008/06/24/%e5%8e%bb%e6%8e%89%e5%bd%93%e9%bc%a0%e6%a0%87%e6%94%be%e5%88%b0%e5%9b%be%e7%89%87%e4%b8%8a%e6%97%b6%e5%87%ba%e7%8e%b0%e4%b8%8b%e8%bd%bd%e4%bf%9d%e5%ad%98%e6%8f%90%e7%a4%ba%e7%9a%84%e5%9b%be%e5%bd%a2/</link>
		<comments>http://www.zhaipeng.cn/2008/06/24/%e5%8e%bb%e6%8e%89%e5%bd%93%e9%bc%a0%e6%a0%87%e6%94%be%e5%88%b0%e5%9b%be%e7%89%87%e4%b8%8a%e6%97%b6%e5%87%ba%e7%8e%b0%e4%b8%8b%e8%bd%bd%e4%bf%9d%e5%ad%98%e6%8f%90%e7%a4%ba%e7%9a%84%e5%9b%be%e5%bd%a2/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 10:56:05 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[禁用右键]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/06/24/%e5%8e%bb%e6%8e%89%e5%bd%93%e9%bc%a0%e6%a0%87%e6%94%be%e5%88%b0%e5%9b%be%e7%89%87%e4%b8%8a%e6%97%b6%e5%87%ba%e7%8e%b0%e4%b8%8b%e8%bd%bd%e4%bf%9d%e5%ad%98%e6%8f%90%e7%a4%ba%e7%9a%84%e5%9b%be%e5%bd%a2/</guid>
		<description><![CDATA[方法一： 下边代码加在前 &#60;META HTTP-EQUIV=&#34;imagetoolbar&#34; CONTENT=&#34;no&#34;&#62; 方法二： &#60;img galleryimg=&#34;no&#34;&#62; 方法三：定义CSS &#60;style&#62; img { nobar:expression(this.galleryImg=&#34;no&#34;); } &#60;/style&#62; 禁用右键方法 &#60;script language=&#34;Javascript&#34;&#62; document.oncontextmenu=new Function&#40;&#34;event.returnValue=false&#34;&#41;; document.onselectstart=new Function&#40;&#34;event.returnValue=false&#34;&#41;; &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/06/24/%e5%8e%bb%e6%8e%89%e5%bd%93%e9%bc%a0%e6%a0%87%e6%94%be%e5%88%b0%e5%9b%be%e7%89%87%e4%b8%8a%e6%97%b6%e5%87%ba%e7%8e%b0%e4%b8%8b%e8%bd%bd%e4%bf%9d%e5%ad%98%e6%8f%90%e7%a4%ba%e7%9a%84%e5%9b%be%e5%bd%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
