<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FoxLing - 前端开发 &#187; 圆角</title>
	<atom:link href="http://foxling.org/tag/%e5%9c%86%e8%a7%92/feed/" rel="self" type="application/rss+xml" />
	<link>http://foxling.org</link>
	<description>不积跬步 无以至千里</description>
	<lastBuildDate>Sat, 19 Nov 2011 16:29:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS圆角效果</title>
		<link>http://foxling.org/html-css-xml/css-border-radius/</link>
		<comments>http://foxling.org/html-css-xml/css-border-radius/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 22:06:02 +0000</pubDate>
		<dc:creator>FoxLing</dc:creator>
				<category><![CDATA[HTML/CSS/XML]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[圆角]]></category>

		<guid isPermaLink="false">http://wp.foxling.cn/as-flex-air/21/</guid>
		<description><![CDATA[标题党， 其实我想说，我不会去用CSS实现圆角的，没那个需求也没那个必要，用图片的背景的话，在结构上更清晰有条理了。 在FF和Chrome里可以用CSS3的属性，搞定圆角，爽~ 代码也更简洁，何乐而不为。 因为目前CSS3还未正式定下来，所以，都是通过私有属性来进行设置： FireFox: -moz-border-radius:8px; Chrome,Safari -webkit-border-radius:8px;]]></description>
			<content:encoded><![CDATA[<p><img src="/attachments/month_0808/7200881817959.jpg" border="0" alt=""/></p>
<p>标题党，<br />
其实我想说，我不会去用CSS实现圆角的，没那个需求也没那个必要，用图片的背景的话，在结构上更清晰有条理了。<br />
在FF和Chrome里可以用CSS3的属性，搞定圆角，爽~<br />
代码也更简洁，何乐而不为。</p>
<p>因为目前CSS3还未正式定下来，所以，都是通过私有属性来进行设置：<br />
FireFox:<br />
<code>-moz-border-radius:8px;</code></p>
<p>Chrome,Safari<br />
<code>-webkit-border-radius:8px;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://foxling.org/html-css-xml/css-border-radius/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

