<?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>评论：CSS实现HTML元素透明的那些事</title>
	<atom:link href="http://dancewithnet.com/2009/09/06/css-opacity/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancewithnet.com/2009/09/06/css-opacity/</link>
	<description>WEB Design{HTML:CSS:Javascript:DOM:AJAX:PHP:Usability}/Viewpoint/Photo/Food/Mood</description>
	<lastBuildDate>Fri, 04 May 2012 20:16:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：支持Firefox,IE6.0,IE7.0,IE8.0的CSS透明滤镜-前台架构-网络天下</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-246720</link>
		<dc:creator>支持Firefox,IE6.0,IE7.0,IE8.0的CSS透明滤镜-前台架构-网络天下</dc:creator>
		<pubDate>Fri, 07 Jan 2011 05:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-246720</guid>
		<description>[...] IE中的HTML元素要实现透明，则其必须具备layout，这样的元素有仅可读的属性hasLayout，且其值为true。具体情况参考：CSS实现HTML元素透明的那些事 [...]</description>
		<content:encoded><![CDATA[<p>[...] IE中的HTML元素要实现透明，则其必须具备layout，这样的元素有仅可读的属性hasLayout，且其值为true。具体情况参考：CSS实现HTML元素透明的那些事 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jelle</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-244999</link>
		<dc:creator>jelle</dc:creator>
		<pubDate>Tue, 30 Nov 2010 08:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-244999</guid>
		<description>el.style.display = &#039;inline-block&#039;; 会把改变页面元素的渲染方式。比如原来是一个 宽度自动适应的DIV(block).结果被改编成inline-block;页面会乱码？是否可以考虑其他方式激活。</description>
		<content:encoded><![CDATA[<p>el.style.display = &#8216;inline-block&#8217;; 会把改变页面元素的渲染方式。比如原来是一个 宽度自动适应的DIV(block).结果被改编成inline-block;页面会乱码？是否可以考虑其他方式激活。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jelle</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-244998</link>
		<dc:creator>jelle</dc:creator>
		<pubDate>Tue, 30 Nov 2010 08:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-244998</guid>
		<description>el.style.display = &#039;inline-block&#039;; 会把改变页面元素的渲染方式。比如原来是一个 宽度自动适应的DIV(block).结果被改编成inline-block;页面会乱码？时候可以考虑其他方式激活。</description>
		<content:encoded><![CDATA[<p>el.style.display = &#8216;inline-block&#8217;; 会把改变页面元素的渲染方式。比如原来是一个 宽度自动适应的DIV(block).结果被改编成inline-block;页面会乱码？时候可以考虑其他方式激活。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小黎</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-239486</link>
		<dc:creator>小黎</dc:creator>
		<pubDate>Fri, 10 Sep 2010 09:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-239486</guid>
		<description>支持下 ，呵呵</description>
		<content:encoded><![CDATA[<p>支持下 ，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：【转】前端开发值得一看的文章 &#124; 田园牧歌</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-237514</link>
		<dc:creator>【转】前端开发值得一看的文章 &#124; 田园牧歌</dc:creator>
		<pubDate>Tue, 03 Aug 2010 15:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-237514</guid>
		<description>[...] 6. CSS实现HTML元素透明的那些事 [...]</description>
		<content:encoded><![CDATA[<p>[...] 6. CSS实现HTML元素透明的那些事 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：janey</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-234020</link>
		<dc:creator>janey</dc:creator>
		<pubDate>Mon, 31 May 2010 09:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-234020</guid>
		<description>if(!el.currentStyle.hasLayout){
      el.style.zoom = 1;
    }
    if(!el.currentStyle.hasLayout){ //在IE8中zoom不生效，所以再次设置inline-block
      el.style.display = &#039;inline-block&#039;;
    }
为什么不只用下面的判断？inline-block在ie8下不work?</description>
		<content:encoded><![CDATA[<p>if(!el.currentStyle.hasLayout){<br />
      el.style.zoom = 1;<br />
    }<br />
    if(!el.currentStyle.hasLayout){ //在IE8中zoom不生效，所以再次设置inline-block<br />
      el.style.display = &#8216;inline-block&#8217;;<br />
    }<br />
为什么不只用下面的判断？inline-block在ie8下不work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Digests for May 1st &#171; 凋零的羽</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-232107</link>
		<dc:creator>Digests for May 1st &#171; 凋零的羽</dc:creator>
		<pubDate>Sat, 01 May 2010 00:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-232107</guid>
		<description>[...] CSS实现HTML元素透明的那些事 [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS实现HTML元素透明的那些事 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：&#187; 前端开发值得一看的文章 &#62;&#62; Y7L8'Blog---DIV.CSS.JAVASCRIPT.SEO</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-228343</link>
		<dc:creator>&#187; 前端开发值得一看的文章 &#62;&#62; Y7L8'Blog---DIV.CSS.JAVASCRIPT.SEO</dc:creator>
		<pubDate>Thu, 11 Mar 2010 02:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-228343</guid>
		<description>[...] 6. CSS实现HTML元素透明的那些事 [...]</description>
		<content:encoded><![CDATA[<p>[...] 6. CSS实现HTML元素透明的那些事 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：树人</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-226232</link>
		<dc:creator>树人</dc:creator>
		<pubDate>Thu, 04 Feb 2010 01:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-226232</guid>
		<description>高淫。。。</description>
		<content:encoded><![CDATA[<p>高淫。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：前端开发值得一看的文章 - 幸福收藏夹</title>
		<link>http://dancewithnet.com/2009/09/06/css-opacity/comment-page-1/#comment-225571</link>
		<dc:creator>前端开发值得一看的文章 - 幸福收藏夹</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/?p=1469#comment-225571</guid>
		<description>[...] 6. CSS实现HTML元素透明的那些事 [...]</description>
		<content:encoded><![CDATA[<p>[...] 6. CSS实现HTML元素透明的那些事 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

