<?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: How to Create Rounded Boxes on a Web Page Using CSS or Image</title>
	<atom:link href="http://www.dbuggr.com/smallwei/create-rounded-boxes-web-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/smallwei/create-rounded-boxes-web-page/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: smallwei</title>
		<link>http://www.dbuggr.com/smallwei/create-rounded-boxes-web-page/comment-page-1/#comment-354</link>
		<dc:creator>smallwei</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/create-rounded-boxes-web-page/#comment-354</guid>
		<description>You have two choices:

    * CSS Solution: Support rounded borders on most modern and standards compliant browsers (chrome, safari, firefox, etc..) but no support for IE 8 or lower. IE9 will support css rounded borders.
    * Images: Support rounded borders in all browsers using images (more work)

For CSS solution, here is the code:
&lt;code&gt;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ktml-border-radius: 5px
border-radius: 5px /* for future CSS3 standards and IE9 support */&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You have two choices:</p>
<p>    * CSS Solution: Support rounded borders on most modern and standards compliant browsers (chrome, safari, firefox, etc..) but no support for IE 8 or lower. IE9 will support css rounded borders.<br />
    * Images: Support rounded borders in all browsers using images (more work)</p>
<p>For CSS solution, here is the code:<br />
<pre><code>-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ktml-border-radius: 5px
border-radius: 5px /* for future CSS3 standards and IE9 support */</code></pre></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
