<?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>《圆角的一点思考》的评论</title>
	<atom:link href="http://www.kdued.com/2008/07/roundcorner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kdued.com/2008/07/roundcorner/</link>
	<description>数据 用研 交互 视觉 做有品质的体验设计</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:51:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：viqnrbig</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-372</link>
		<dc:creator>viqnrbig</dc:creator>
		<pubDate>Wed, 14 Jan 2009 01:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-372</guid>
		<description>我也不是很推荐博主写的这种方法，这种方法有三点问题：
1.图片比较大、不方便处理，我想当内容部分的背景不是白色而是其它颜色时这个问题会比较明显；
2.扩展性不够好。这一个问题不是独立，博主采用的方法对图片的依赖比较大，如有改动感觉改动的地方比较多；
3.最后是本人的一点愚见，此方法在页面布局上逻辑不如文中事例1.雅虎口埤的清晰。博主的方法主要是利用层的背景色为透明，将层嵌套得到一个圆框。但在编写xhtml代码时，如果不查看样式表，可以说完全不知道为什么要这样写。而在雅虎口埤中层次比较清晰，可用三条横线将整个圆框划为四个部分：顶部圆角；标题部分；内容部分；底部圆角。代码量虽然大了，但胜在条理清晰，如果再给CSS的类起上个好名字，那就算只能看到xhtml代码也能很轻易的了解到编写者的意图

除去博主提到的三种圆角实现方法外，还有一种我比较推荐的方法：像素差，这种方法图片量更小（如果没有特殊需求可以完全不用图片）；层次清晰；但相应的代码量比较大，CSS写起来也比较吃力，圆角的效果也不如图片来得圆润。</description>
		<content:encoded><![CDATA[<p>我也不是很推荐博主写的这种方法，这种方法有三点问题：<br />
1.图片比较大、不方便处理，我想当内容部分的背景不是白色而是其它颜色时这个问题会比较明显；<br />
2.扩展性不够好。这一个问题不是独立，博主采用的方法对图片的依赖比较大，如有改动感觉改动的地方比较多；<br />
3.最后是本人的一点愚见，此方法在页面布局上逻辑不如文中事例1.雅虎口埤的清晰。博主的方法主要是利用层的背景色为透明，将层嵌套得到一个圆框。但在编写xhtml代码时，如果不查看样式表，可以说完全不知道为什么要这样写。而在雅虎口埤中层次比较清晰，可用三条横线将整个圆框划为四个部分：顶部圆角；标题部分；内容部分；底部圆角。代码量虽然大了，但胜在条理清晰，如果再给CSS的类起上个好名字，那就算只能看到xhtml代码也能很轻易的了解到编写者的意图</p>
<p>除去博主提到的三种圆角实现方法外，还有一种我比较推荐的方法：像素差，这种方法图片量更小（如果没有特殊需求可以完全不用图片）；层次清晰；但相应的代码量比较大，CSS写起来也比较吃力，圆角的效果也不如图片来得圆润。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：alice</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-317</link>
		<dc:creator>alice</dc:creator>
		<pubDate>Thu, 25 Dec 2008 03:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-317</guid>
		<description>不是很推荐这种做法~还是比较喜欢yahoo的方式，或者不用图，全用样式写出来，扩展性更强~</description>
		<content:encoded><![CDATA[<p>不是很推荐这种做法~还是比较喜欢yahoo的方式，或者不用图，全用样式写出来，扩展性更强~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：挖客</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-264</link>
		<dc:creator>挖客</dc:creator>
		<pubDate>Wed, 03 Dec 2008 02:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-264</guid>
		<description>不错的方法！
firefox的下载按钮好像就是第一种方式实现的</description>
		<content:encoded><![CDATA[<p>不错的方法！<br />
firefox的下载按钮好像就是第一种方式实现的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：cnscorpio</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-258</link>
		<dc:creator>cnscorpio</dc:creator>
		<pubDate>Sun, 30 Nov 2008 02:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-258</guid>
		<description>添加js貌似就要复杂点了。。。上面的方法都是不需要添加js的</description>
		<content:encoded><![CDATA[<p>添加js貌似就要复杂点了。。。上面的方法都是不需要添加js的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：前端网</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-256</link>
		<dc:creator>前端网</dc:creator>
		<pubDate>Sat, 29 Nov 2008 19:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-256</guid>
		<description>一张图片！一段JS！自适应内容的高度和宽度！以前公司做过！</description>
		<content:encoded><![CDATA[<p>一张图片！一段JS！自适应内容的高度和宽度！以前公司做过！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：cnscorpio</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-250</link>
		<dc:creator>cnscorpio</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-250</guid>
		<description>就是图片会大一点。。</description>
		<content:encoded><![CDATA[<p>就是图片会大一点。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：天驱</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-249</link>
		<dc:creator>天驱</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-249</guid>
		<description>滑动门的想法不错，学习一下</description>
		<content:encoded><![CDATA[<p>滑动门的想法不错，学习一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：zgy</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-51</link>
		<dc:creator>zgy</dc:creator>
		<pubDate>Thu, 17 Jul 2008 17:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-51</guid>
		<description>半夜顶一顶，继续吃烧饼。。。。。</description>
		<content:encoded><![CDATA[<p>半夜顶一顶，继续吃烧饼。。。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：cnscorpio</title>
		<link>http://www.kdued.com/2008/07/roundcorner/comment-page-1/#comment-50</link>
		<dc:creator>cnscorpio</dc:creator>
		<pubDate>Thu, 17 Jul 2008 17:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kdued.com/?p=137#comment-50</guid>
		<description>有更好的建议记得给我留言。。。。。。。</description>
		<content:encoded><![CDATA[<p>有更好的建议记得给我留言。。。。。。。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

