<?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>OM19&#039;s Time &#187; 浏览器</title>
	<atom:link href="http://www.om19.cn/category/ux/webbroswer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.om19.cn</link>
	<description>Dianping.com UED,专职的交互设计菜鸟和摄影匠 Known as 宗羲, 老包</description>
	<lastBuildDate>Thu, 02 Sep 2010 17:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>为IE的iframe元素应用背景或透明背景（Applying background to Iframe for IE）</title>
		<link>http://www.om19.cn/2008/02/17/%e4%b8%baie%e7%9a%84iframe%e5%85%83%e7%b4%a0%e5%ba%94%e7%94%a8%e8%83%8c%e6%99%af%e6%88%96%e9%80%8f%e6%98%8e%e8%83%8c%e6%99%af%ef%bc%88applying-background-to-iframe-for-ie%ef%bc%89/</link>
		<comments>http://www.om19.cn/2008/02/17/%e4%b8%baie%e7%9a%84iframe%e5%85%83%e7%b4%a0%e5%ba%94%e7%94%a8%e8%83%8c%e6%99%af%e6%88%96%e9%80%8f%e6%98%8e%e8%83%8c%e6%99%af%ef%bc%88applying-background-to-iframe-for-ie%ef%bc%89/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 12:37:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[IEBUG]]></category>

		<guid isPermaLink="false">http://new.om19.cn/2008/02/17/%e4%b8%baie%e7%9a%84iframe%e5%85%83%e7%b4%a0%e5%ba%94%e7%94%a8%e8%83%8c%e6%99%af%e6%88%96%e9%80%8f%e6%98%8e%e8%83%8c%e6%99%af%ef%bc%88applying-background-to-iframe-for-ie%ef%bc%89/</guid>
		<description><![CDATA[<p>今天才发现，万恶的IE居然iframe无法用css设置背景。</p><p>在网上搜了一会儿，发现大家都在叫苦连天，没有好的解决方案。（有的甚至连javascript都用上了。。。）</p><p>突然在IE Developer Toolbar的自动补全列表中，发现一个属性，allowTransparency。</p><p><a href="http://msdn2.microsoft.com/en-us/library/ms533072(VS.85).aspx">msdn说</a>：</p><blockquote><br/><p>Sets or retrieves whether the object can be transparent.</p></blockquote>  <blockquote><br/><p>Remarks</p><blockquote><br/><p>When the property is set to <code>false</code>, the <a href="http://msdn2.microsoft.com/en-us/library/ms530716%28VS.85%29.aspx">backgroundColor</a> property of the object can only be that of the window. When the property is set to <code>true</code>, the <b>backgroundColor</b> property of the object can be set to any value, including the default value of <code>transparent</code>.</p></blockquote> </blockquote><br/><p>于是将iframe设置上allowtransparency=&#34;true&#34; 实验通过。iframe变成透明的了。</p>
]]></description>
			<content:encoded><![CDATA[<p>今天才发现，万恶的IE居然iframe无法用css设置背景。</p>
<p>在网上搜了一会儿，发现大家都在叫苦连天，没有好的解决方案。（有的甚至连javascript都用上了。。。）</p>
<p>突然在IE Developer Toolbar的自动补全列表中，发现一个属性，allowTransparency。</p>
<p><a href="http://www.om19.cn/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21zZG4yLm1pY3Jvc29mdC5jb20vZW4tdXMvbGlicmFyeS9tczUzMzA3MihWUy44NSkuYXNweA==">msdn说</a>：</p>
<blockquote><p>Sets or retrieves whether the object can be transparent.</p>
</blockquote>
<blockquote><p>Remarks</p>
<blockquote><p>When the property is set to <code>false</code>, the <a href="http://www.om19.cn/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21zZG4yLm1pY3Jvc29mdC5jb20vZW4tdXMvbGlicmFyeS9tczUzMDcxNiUyOFZTLjg1JTI5LmFzcHg=">backgroundColor</a> property of the object can only be that of the window. When the property is set to <code>true</code>, the <b>backgroundColor</b> property of the object can be set to any value, including the default value of <code>transparent</code>.</p>
</blockquote>
</blockquote>
<p>于是将iframe设置上allowtransparency=&quot;true&quot; 实验通过。iframe变成透明的了。</p>
 <img src="http://www.om19.cn/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=273" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.om19.cn/2008/02/17/%e4%b8%baie%e7%9a%84iframe%e5%85%83%e7%b4%a0%e5%ba%94%e7%94%a8%e8%83%8c%e6%99%af%e6%88%96%e9%80%8f%e6%98%8e%e8%83%8c%e6%99%af%ef%bc%88applying-background-to-iframe-for-ie%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>反成都电信流氓广告3.0 Firefox插件 Anti-iPush 3.0 For Firefox Greasemonkey</title>
		<link>http://www.om19.cn/2008/01/25/%e5%8f%8d%e6%88%90%e9%83%bd%e7%94%b5%e4%bf%a1%e6%b5%81%e6%b0%93%e5%b9%bf%e5%91%8a30-firefox%e6%8f%92%e4%bb%b6-anti-ipush-30-for-firefox-greasemonkey/</link>
		<comments>http://www.om19.cn/2008/01/25/%e5%8f%8d%e6%88%90%e9%83%bd%e7%94%b5%e4%bf%a1%e6%b5%81%e6%b0%93%e5%b9%bf%e5%91%8a30-firefox%e6%8f%92%e4%bb%b6-anti-ipush-30-for-firefox-greasemonkey/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 20:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://new.om19.cn/2008/01/25/%e5%8f%8d%e6%88%90%e9%83%bd%e7%94%b5%e4%bf%a1%e6%b5%81%e6%b0%93%e5%b9%bf%e5%91%8a30-firefox%e6%8f%92%e4%bb%b6-anti-ipush-30-for-firefox-greasemonkey/</guid>
		<description><![CDATA[<p>啥也别说了，你应该对成都电信的流氓的6秒跳转广告恶心不已。</p><p><a href="http://www.om19.cn/b/post/23.html">上次2.0的版本</a>早已无效。经过重新研究，终于，Anti-iPush 3.0横空出世！</p><p>请先确认你是否安装Greasemonkey插件，<strong>Greasemonkey下载：</strong></p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/748 ">https://addons.mozilla.org/en-US/firefox/addon/748 </a></p><p><strong>Anti-iPush 3.0下载：</strong></p><p><a href="http://www.om19.cn/images/AntiiPush.user.js">http://www.om19.cn/images/AntiiPush.user.js</a></p>
]]></description>
			<content:encoded><![CDATA[<p>啥也别说了，你应该对成都电信的流氓的6秒跳转广告恶心不已。</p>
<p><a href="http://www.om19.cn/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5vbTE5LmNuL2IvcG9zdC8yMy5odG1s">上次2.0的版本</a>早已无效。经过重新研究，终于，Anti-iPush 3.0横空出世！</p>
<p>请先确认你是否安装Greasemonkey插件，<strong>Greasemonkey下载：</strong></p>
<p><a href="http://www.om19.cn/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvZW4tVVMvZmlyZWZveC9hZGRvbi83NDgg">https://addons.mozilla.org/en-US/firefox/addon/748 </a></p>
<p><strong>Anti-iPush 3.0下载：</strong></p>
<p><a href="http://www.om19.cn/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5vbTE5LmNuL2ltYWdlcy9BbnRpaVB1c2gudXNlci5qcw==">http://www.om19.cn/images/AntiiPush.user.js</a></p>
 <img src="http://www.om19.cn/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=266" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.om19.cn/2008/01/25/%e5%8f%8d%e6%88%90%e9%83%bd%e7%94%b5%e4%bf%a1%e6%b5%81%e6%b0%93%e5%b9%bf%e5%91%8a30-firefox%e6%8f%92%e4%bb%b6-anti-ipush-30-for-firefox-greasemonkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
