<?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: A border-radius solution</title>
	<atom:link href="http://www.css3.info/a-border-radius-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/a-border-radius-solution/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: best camera</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-262733</link>
		<dc:creator>best camera</dc:creator>
		<pubDate>Thu, 03 Nov 2011 14:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-262733</guid>
		<description> Valuable information and excellent design you got here! I would like to thank you for sharing your thoughts and time into the stuff you post!! Thumbs up</description>
		<content:encoded><![CDATA[<p> Valuable information and excellent design you got here! I would like to thank you for sharing your thoughts and time into the stuff you post!! Thumbs up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmie</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-262592</link>
		<dc:creator>Jimmie</dc:creator>
		<pubDate>Wed, 12 Oct 2011 08:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-262592</guid>
		<description>You guys should use www.css3pie.com for rounded corners in IE. Works perfectly! Just don&#039;t forget to use position:relative on your stuff.</description>
		<content:encoded><![CDATA[<p>You guys should use <a href="http://www.css3pie.com" rel="nofollow">http://www.css3pie.com</a> for rounded corners in IE. Works perfectly! Just don&#8217;t forget to use position:relative on your stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forex Programming</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-262318</link>
		<dc:creator>Forex Programming</dc:creator>
		<pubDate>Tue, 23 Aug 2011 13:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-262318</guid>
		<description> Here’s a variant that uses border-radius for Safari and FF3, with corner image fallback for IE7. Supports variable width boxes and the same HTML for both cases.&lt;a href=&quot;http://www.forex-programming.com&quot; rel=&quot;nofollow&quot;&gt;Forex Programming&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p> Here’s a variant that uses border-radius for Safari and FF3, with corner image fallback for IE7. Supports variable width boxes and the same HTML for both cases.<a href="http://www.forex-programming.com" rel="nofollow">Forex Programming</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jryan</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-262102</link>
		<dc:creator>jryan</dc:creator>
		<pubDate>Sat, 16 Jul 2011 14:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-262102</guid>
		<description> for opera just put.

border-radius: 10px;</description>
		<content:encoded><![CDATA[<p> for opera just put.</p>
<p>border-radius: 10px;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zain</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-262036</link>
		<dc:creator>Zain</dc:creator>
		<pubDate>Fri, 08 Jul 2011 08:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-262036</guid>
		<description> Border radius not support in IE 7 , IE 8 . Why?</description>
		<content:encoded><![CDATA[<p> Border radius not support in IE 7 , IE 8 . Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopi Krishna</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-261944</link>
		<dc:creator>Gopi Krishna</dc:creator>
		<pubDate>Wed, 15 Jun 2011 11:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-261944</guid>
		<description> CSS3 cannot work in IE8 and lower versions but works in IE9</description>
		<content:encoded><![CDATA[<p> CSS3 cannot work in IE8 and lower versions but works in IE9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Rounded Corner Tutorial - Create Rounded Corners Without Images &#124; Erica Says</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-261060</link>
		<dc:creator>CSS Rounded Corner Tutorial - Create Rounded Corners Without Images &#124; Erica Says</dc:creator>
		<pubDate>Tue, 15 Feb 2011 14:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-261060</guid>
		<description>[...] *Please note that Internet Explorer doesn&#8217;t play nice with rounded corners using css. If you&#8217;d like rounded corners to show in IE you&#8217;ll need to use images for the corners. Here&#8217;s a tutorial on creating rounded corners with css and images. [...]</description>
		<content:encoded><![CDATA[<p>[...] *Please note that Internet Explorer doesn&#8217;t play nice with rounded corners using css. If you&#8217;d like rounded corners to show in IE you&#8217;ll need to use images for the corners. Here&#8217;s a tutorial on creating rounded corners with css and images. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: odishawebdesign.com :: Blog &#187; Blog Archive &#187; 20 Very Useful CSS3 Tutorials</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-260923</link>
		<dc:creator>odishawebdesign.com :: Blog &#187; Blog Archive &#187; 20 Very Useful CSS3 Tutorials</dc:creator>
		<pubDate>Tue, 01 Feb 2011 12:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-260923</guid>
		<description>[...] 17.A border-radius solution with CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 17.A border-radius solution with CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Wilhelm</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-260635</link>
		<dc:creator>Michel Wilhelm</dc:creator>
		<pubDate>Wed, 22 Dec 2010 13:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-260635</guid>
		<description> IE is a bad guy for CSS3...</description>
		<content:encoded><![CDATA[<p> IE is a bad guy for CSS3&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.css3.info/a-border-radius-solution/comment-page-1/#comment-260583</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Fri, 10 Dec 2010 18:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/a-border-radius-solution/#comment-260583</guid>
		<description>I found that this works for the most part...
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
Worked On:
Safari 5.0.2
Android Browser on Froyo
FF 3.6.12
Opera 10.63
Chrome 8

Didn&#039;t work in IE

I&#039;m sick of writing a whole different set of code to make IE work the way it&#039;s supposed to!

For all my browser testing, I use http://browsershots.org</description>
		<content:encoded><![CDATA[<p>I found that this works for the most part&#8230;<br />
	-moz-border-radius: 15px;<br />
	-webkit-border-radius: 15px;<br />
	border-radius: 15px;<br />
Worked On:<br />
Safari 5.0.2<br />
Android Browser on Froyo<br />
FF 3.6.12<br />
Opera 10.63<br />
Chrome 8</p>
<p>Didn&#8217;t work in IE</p>
<p>I&#8217;m sick of writing a whole different set of code to make IE work the way it&#8217;s supposed to!</p>
<p>For all my browser testing, I use <a href="http://browsershots.org" rel="nofollow">http://browsershots.org</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: css3.info @ 2012-02-08 09:10:30 -->
