<?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: CSS阴影详解</title>
	<atom:link href="http://www.qianduan.net/css-shadow-xiangjie.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qianduan.net/css-shadow-xiangjie.html</link>
	<description>专注于网站前端设计与前端开发</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ooxx</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-153485</link>
		<dc:creator>ooxx</dc:creator>
		<pubDate>Mon, 14 Nov 2011 09:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-153485</guid>
		<description>还是IE不支持 - -.</description>
		<content:encoded><![CDATA[<p>还是IE不支持 &#8211; -.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 袁源</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-122371</link>
		<dc:creator>袁源</dc:creator>
		<pubDate>Tue, 09 Aug 2011 06:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-122371</guid>
		<description>不过我打算渐进支持，不支持的就不给阴影即可</description>
		<content:encoded><![CDATA[<p>不过我打算渐进支持，不支持的就不给阴影即可</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 袁源</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-122370</link>
		<dc:creator>袁源</dc:creator>
		<pubDate>Tue, 09 Aug 2011 06:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-122370</guid>
		<description>用新浪微博分享了~ 看来为了 IE 6 还是应该用图片阿</description>
		<content:encoded><![CDATA[<p>用新浪微博分享了~ 看来为了 IE 6 还是应该用图片阿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milkyan</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-122137</link>
		<dc:creator>milkyan</dc:creator>
		<pubDate>Mon, 08 Aug 2011 08:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-122137</guid>
		<description>IE 实现阴影的话 不是得先定义 
body{
  width:100%;
}

???</description>
		<content:encoded><![CDATA[<p>IE 实现阴影的话 不是得先定义<br />
body{<br />
  width:100%;<br />
}</p>
<p>???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 神飞</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-121011</link>
		<dc:creator>神飞</dc:creator>
		<pubDate>Fri, 05 Aug 2011 05:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-121011</guid>
		<description>囧，实例代码没有recheck，多谢提醒。。。</description>
		<content:encoded><![CDATA[<p>囧，实例代码没有recheck，多谢提醒。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milkyan</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-121005</link>
		<dc:creator>milkyan</dc:creator>
		<pubDate>Fri, 05 Aug 2011 04:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-121005</guid>
		<description>h1{color:#000; background:#333; font:bold 24px/2 &quot;微软雅黑&quot;,Arial; 
text-indent:2em;
text-shadow:black 2px 2px 2px; }

这里。。你确定下面的效果是正确的么。。</description>
		<content:encoded><![CDATA[<p>h1{color:#000; background:#333; font:bold 24px/2 &#8220;微软雅黑&#8221;,Arial;<br />
text-indent:2em;<br />
text-shadow:black 2px 2px 2px; }</p>
<p>这里。。你确定下面的效果是正确的么。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 木白</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-117621</link>
		<dc:creator>木白</dc:creator>
		<pubDate>Fri, 15 Jul 2011 13:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-117621</guid>
		<description>IE6好像要用filter:progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=45,strength=2);
这样的滤镜才行。。。
这就算了，而且要定元素的width才有效。。。。
这些也都是浮云，关键是很难控制。。白字黑色阴影的角度调不了，永远是朝坐下角（225度）。。。</description>
		<content:encoded><![CDATA[<p>IE6好像要用filter:progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=45,strength=2);<br />
这样的滤镜才行。。。<br />
这就算了，而且要定元素的width才有效。。。。<br />
这些也都是浮云，关键是很难控制。。白字黑色阴影的角度调不了，永远是朝坐下角（225度）。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 木白</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-117616</link>
		<dc:creator>木白</dc:creator>
		<pubDate>Fri, 15 Jul 2011 11:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-117616</guid>
		<description>抱歉，我测试了下 IE6
用filter: shadow或者filter: dropshadow均不能实现阴影效果。。</description>
		<content:encoded><![CDATA[<p>抱歉，我测试了下 IE6<br />
用filter: shadow或者filter: dropshadow均不能实现阴影效果。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teng</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-19772</link>
		<dc:creator>teng</dc:creator>
		<pubDate>Thu, 17 Mar 2011 09:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-19772</guid>
		<description>哎！只有我们开发人员才知道IE是如何的可恶，用户都不清楚。</description>
		<content:encoded><![CDATA[<p>哎！只有我们开发人员才知道IE是如何的可恶，用户都不清楚。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 碧空遨游</title>
		<link>http://www.qianduan.net/css-shadow-xiangjie.html/comment-page-1#comment-8352</link>
		<dc:creator>碧空遨游</dc:creator>
		<pubDate>Mon, 13 Sep 2010 02:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianduan.net/?p=11560#comment-8352</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
</channel>
</rss>

