<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Firefox下的自动跟随滚动css样式</title>
	<atom:link href="http://www.ooso.net/archives/238/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net/archives/238</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:01:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zandy</title>
		<link>http://www.ooso.net/archives/238/comment-page-1#comment-5308</link>
		<dc:creator>Zandy</dc:creator>
		<pubDate>Wed, 21 Mar 2007 02:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/238#comment-5308</guid>
		<description>试了下，发现第二个在IE下不行，ff可以。稍做修改，可以。见下：





#scrollDiv{
	position: fixed;
	right: 0px;
	top: 30px;
}
/* 下面 ie 5.5+ */
* html #scrollDiv{
	position: absolute;
	top:expression(eval(document.body.scrollTop)+30);
}

请让俺自动滚动

&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;
&#160;

</description>
		<content:encoded><![CDATA[<p>试了下，发现第二个在IE下不行，ff可以。稍做修改，可以。见下：</p>
<p>#scrollDiv{<br />
	position: fixed;<br />
	right: 0px;<br />
	top: 30px;<br />
}<br />
/* 下面 ie 5.5+ */<br />
* html #scrollDiv{<br />
	position: absolute;<br />
	top:expression(eval(document.body.scrollTop)+30);<br />
}</p>
<p>请让俺自动滚动</p>
<p>&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/238/comment-page-1#comment-3686</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Thu, 11 Jan 2007 01:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/238#comment-3686</guid>
		<description>事实是ie支持,firefox不支持,标准这东西还得以事实为依准</description>
		<content:encoded><![CDATA[<p>事实是ie支持,firefox不支持,标准这东西还得以事实为依准</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rwing</title>
		<link>http://www.ooso.net/archives/238/comment-page-1#comment-3640</link>
		<dc:creator>Rwing</dc:creator>
		<pubDate>Tue, 09 Jan 2007 12:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/238#comment-3640</guid>
		<description>貌似标准不支持 style里写js吧?</description>
		<content:encoded><![CDATA[<p>貌似标准不支持 style里写js吧?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/238/comment-page-1#comment-3297</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Tue, 12 Dec 2006 12:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/238#comment-3297</guid>
		<description>一定要用样式表来实现么?javascript在IE/Firefox下都能干的很好</description>
		<content:encoded><![CDATA[<p>一定要用样式表来实现么?javascript在IE/Firefox下都能干的很好</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小贝儿</title>
		<link>http://www.ooso.net/archives/238/comment-page-1#comment-3291</link>
		<dc:creator>小贝儿</dc:creator>
		<pubDate>Tue, 12 Dec 2006 03:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/238#comment-3291</guid>
		<description>急急！！（css中使用expression）怎么让下面的htm能在FireFox中工作？

＜head＞
	＜style＞
		.CardTR { display: expression( document.getElementById ( &quot;rdoCard&quot; ).checked ? &quot;block&quot; : &quot;none&quot; ); }
	＜/style＞
＜/head＞
＜body＞
	＜input id=&quot;rdoCommon&quot; type=&quot;radio&quot; name=&quot;rdoType&quot; checked＞普通会员注册&#160;&#160;
	＜input id=&quot;rdoCard&quot; type=&quot;radio&quot; name=&quot;rdoType&quot;＞持卡会员注册
	＜table＞
		＜TR class=&quot;CardTR&quot;＞
			＜TD align=&quot;right&quot; height=&quot;35&quot;＞请输会员卡号：＜/TD＞
			＜TD align=&quot;left&quot; height=&quot;35&quot;＞＜INPUT class=&quot;small&quot; id=&quot;txtCardNo&quot; size=&quot;15&quot; runat=&quot;server&quot;＞＜/TD＞
			＜TD align=&quot;left&quot; colSpan=&quot;3&quot; height=&quot;35&quot;＞＜FONT color=&quot;#fe8002&quot;＞*＜/FONT＞＜/TD＞
		＜/TR＞
	＜/table＞
＜/body＞</description>
		<content:encoded><![CDATA[<p>急急！！（css中使用expression）怎么让下面的htm能在FireFox中工作？</p>
<p>＜head＞<br />
	＜style＞<br />
		.CardTR { display: expression( document.getElementById ( &#8220;rdoCard&#8221; ).checked ? &#8220;block&#8221; : &#8220;none&#8221; ); }<br />
	＜/style＞<br />
＜/head＞<br />
＜body＞<br />
	＜input id=&#8221;rdoCommon&#8221; type=&#8221;radio&#8221; name=&#8221;rdoType&#8221; checked＞普通会员注册&nbsp;&nbsp;<br />
	＜input id=&#8221;rdoCard&#8221; type=&#8221;radio&#8221; name=&#8221;rdoType&#8221;＞持卡会员注册<br />
	＜table＞<br />
		＜TR class=&#8221;CardTR&#8221;＞<br />
			＜TD align=&#8221;right&#8221; height=&#8221;35&#8243;＞请输会员卡号：＜/TD＞<br />
			＜TD align=&#8221;left&#8221; height=&#8221;35&#8243;＞＜INPUT class=&#8221;small&#8221; id=&#8221;txtCardNo&#8221; size=&#8221;15&#8243; runat=&#8221;server&#8221;＞＜/TD＞<br />
			＜TD align=&#8221;left&#8221; colSpan=&#8221;3&#8243; height=&#8221;35&#8243;＞＜FONT color=&#8221;#fe8002&#8243;＞*＜/FONT＞＜/TD＞<br />
		＜/TR＞<br />
	＜/table＞<br />
＜/body＞</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小贝儿</title>
		<link>http://www.ooso.net/archives/238/comment-page-1#comment-3290</link>
		<dc:creator>小贝儿</dc:creator>
		<pubDate>Tue, 12 Dec 2006 03:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/238#comment-3290</guid>
		<description>急急！！（css中使用expression）怎么让下面的htm能在FireFox中工作？


	
		.CardTR { display: expression( document.getElementById ( &quot;rdoCard&quot; ).checked ? &quot;block&quot; : &quot;none&quot; ); }
	


	普通会员注册&#160;&#160;
	持卡会员注册
	
		
			请输会员卡号：
			
			*
		
	
</description>
		<content:encoded><![CDATA[<p>急急！！（css中使用expression）怎么让下面的htm能在FireFox中工作？</p>
<p>		.CardTR { display: expression( document.getElementById ( &#8220;rdoCard&#8221; ).checked ? &#8220;block&#8221; : &#8220;none&#8221; ); }</p>
<p>	普通会员注册&nbsp;&nbsp;<br />
	持卡会员注册</p>
<p>			请输会员卡号：</p>
<p>			*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/238/comment-page-1#comment-1516</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Mon, 28 Aug 2006 22:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/238#comment-1516</guid>
		<description>本来打算使用window.setInternal来实现的，这个可能更消耗资源</description>
		<content:encoded><![CDATA[<p>本来打算使用window.setInternal来实现的，这个可能更消耗资源</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://www.ooso.net/archives/238/comment-page-1#comment-1515</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Mon, 28 Aug 2006 14:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/238#comment-1515</guid>
		<description>建议不要过多使用expression，比较消耗资源。</description>
		<content:encoded><![CDATA[<p>建议不要过多使用expression，比较消耗资源。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

