<?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>《用cssText批量修改样式[更新]》的评论</title>
	<atom:link href="http://www.css88.com/archives/1849/feed" rel="self" type="application/rss+xml" />
	<link>http://www.css88.com/archives/1849</link>
	<description>专注前端开发，关注用户体验</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:58:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：隐藏背景页面滚动条,操作弹层滚动 &#124; 你若盛开，清风自来 隐藏背景页面滚动条,操作弹层滚动 &#124; 关注WEB前端性能优化、交互设计、用户体验</title>
		<link>http://www.css88.com/archives/1849/comment-page-1#comment-50984</link>
		<dc:creator>隐藏背景页面滚动条,操作弹层滚动 &#124; 你若盛开，清风自来 隐藏背景页面滚动条,操作弹层滚动 &#124; 关注WEB前端性能优化、交互设计、用户体验</dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.css88.com/?p=1849#comment-50984</guid>
		<description>[...] 以上代码不考虑html或body是否有内联样式 ，如果html或body有内联样式则需要累加，否则会清空原有样式。还要缓存一下原有样式，清除以上代码(恢复滚动条)时需要用到。查看参考 [...]</description>
		<content:encoded><![CDATA[<p>[...] 以上代码不考虑html或body是否有内联样式 ，如果html或body有内联样式则需要累加，否则会清空原有样式。还要缓存一下原有样式，清除以上代码(恢复滚动条)时需要用到。查看参考 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：设置样式方法setStyle &#8211; WEB前端开发- 专注前端开发，关注用户体验</title>
		<link>http://www.css88.com/archives/1849/comment-page-1#comment-47622</link>
		<dc:creator>设置样式方法setStyle &#8211; WEB前端开发- 专注前端开发，关注用户体验</dc:creator>
		<pubDate>Mon, 26 Dec 2011 10:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.css88.com/?p=1849#comment-47622</guid>
		<description>[...] 具体可以查看：用cssText批量修改样式[更新] [...]</description>
		<content:encoded><![CDATA[<p>[...] 具体可以查看：用cssText批量修改样式[更新] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sliuqin</title>
		<link>http://www.css88.com/archives/1849/comment-page-1#comment-1371</link>
		<dc:creator>sliuqin</dc:creator>
		<pubDate>Fri, 28 Aug 2009 03:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.css88.com/?p=1849#comment-1371</guid>
		<description>element.style.cssText(”width:20px;height:20px;border:solid 1px red;”) 
应该是：element.style.cssText=”width:20px;height:20px;border:solid 1px red;”;
是属性，而不是方法</description>
		<content:encoded><![CDATA[<p>element.style.cssText(”width:20px;height:20px;border:solid 1px red;”)<br />
应该是：element.style.cssText=”width:20px;height:20px;border:solid 1px red;”;<br />
是属性，而不是方法</p>
]]></content:encoded>
	</item>
</channel>
</rss>

