<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: base2.DOM</title>
	<atom:link href="http://realazy.org/blog/2007/03/25/base2dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://realazy.org/blog/2007/03/25/base2dom/</link>
	<description>web 标准，前端开发，编程感悟，生活杂想</description>
	<pubDate>Thu, 20 Nov 2008 20:57:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: lanqy</title>
		<link>http://realazy.org/blog/2007/03/25/base2dom/#comment-13853</link>
		<dc:creator>lanqy</dc:creator>
		<pubDate>Sat, 31 Mar 2007 05:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/03/25/base2dom/#comment-13853</guid>
		<description>IE下拖动没有效果，希望博主改改</description>
		<content:encoded><![CDATA[<p>IE下拖动没有效果，希望博主改改</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: superwunc</title>
		<link>http://realazy.org/blog/2007/03/25/base2dom/#comment-13709</link>
		<dc:creator>superwunc</dc:creator>
		<pubDate>Thu, 29 Mar 2007 09:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/03/25/base2dom/#comment-13709</guid>
		<description>在IE6下，没有效果，是下面这个方法有问题
base2.DOM.HTMLElement.prototype.hide = function(){//document.defaultView has bugs in base2.DOM, so I use currentStyle Here
     
	 var curDisplay = this.currentStyle ? this.currentStyle['display'] : document.defaultView.getComputedStyle(this, null).getPropertyValue('display');
	 
	if (curDisplay != 'none') this.$oldDisplay = curDisplay;
	this.style.display = 'none'; 
	
}</description>
		<content:encoded><![CDATA[<p>在IE6下，没有效果，是下面这个方法有问题<br />
base2.DOM.HTMLElement.prototype.hide = function(){//document.defaultView has bugs in base2.DOM, so I use currentStyle Here</p>
<p>	 var curDisplay = this.currentStyle ? this.currentStyle['display'] : document.defaultView.getComputedStyle(this, null).getPropertyValue(&#8217;display&#8217;);</p>
<p>	if (curDisplay != &#8216;none&#8217;) this.$oldDisplay = curDisplay;<br />
	this.style.display = &#8216;none&#8217;; </p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yanglei</title>
		<link>http://realazy.org/blog/2007/03/25/base2dom/#comment-13493</link>
		<dc:creator>yanglei</dc:creator>
		<pubDate>Mon, 26 Mar 2007 10:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/03/25/base2dom/#comment-13493</guid>
		<description>最近研究·jQuery</description>
		<content:encoded><![CDATA[<p>最近研究·jQuery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 49Degree</title>
		<link>http://realazy.org/blog/2007/03/25/base2dom/#comment-13464</link>
		<dc:creator>49Degree</dc:creator>
		<pubDate>Mon, 26 Mar 2007 01:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/03/25/base2dom/#comment-13464</guid>
		<description>IE6下貌似没有效果，一拖动就变成了选择了。。
FF下测试没问题。</description>
		<content:encoded><![CDATA[<p>IE6下貌似没有效果，一拖动就变成了选择了。。<br />
FF下测试没问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 沈蚊</title>
		<link>http://realazy.org/blog/2007/03/25/base2dom/#comment-13426</link>
		<dc:creator>沈蚊</dc:creator>
		<pubDate>Sun, 25 Mar 2007 12:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/03/25/base2dom/#comment-13426</guid>
		<description>对那个示例有个建议：把2和3的位置换一下。</description>
		<content:encoded><![CDATA[<p>对那个示例有个建议：把2和3的位置换一下。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
