<?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: CSS3: Rounded CSS Corners</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 10:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rounded Corners in Internet Explorer Using JQuery &#124; php opensource knowledge base</title>
		<link>http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/comment-page-1/#comment-28558</link>
		<dc:creator>Rounded Corners in Internet Explorer Using JQuery &#124; php opensource knowledge base</dc:creator>
		<pubDate>Tue, 06 Jul 2010 08:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/#comment-28558</guid>
		<description>[...] I wrote an article on CSS3: Rounded CSS Corners, which is a great solution for creating rounded corners. However, Internet Explorer doesn’t yet [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote an article on CSS3: Rounded CSS Corners, which is a great solution for creating rounded corners. However, Internet Explorer doesn’t yet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobs</title>
		<link>http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/comment-page-1/#comment-28068</link>
		<dc:creator>Jobs</dc:creator>
		<pubDate>Fri, 27 Nov 2009 11:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/#comment-28068</guid>
		<description>The CSS3 rounded corner feature is a great addition but as long as there&#039;s still IE6-8 floating around on people&#039;s computers, I think designers would still always have to use the background image technque.

May be we&#039;ll all have to wait another 5 years until all IE6-8 browsers have been upgraded and then we&#039;ll be able to fully switch over and can just use this new CSS3 feature?</description>
		<content:encoded><![CDATA[<p>The CSS3 rounded corner feature is a great addition but as long as there&#8217;s still IE6-8 floating around on people&#8217;s computers, I think designers would still always have to use the background image technque.</p>
<p>May be we&#8217;ll all have to wait another 5 years until all IE6-8 browsers have been upgraded and then we&#8217;ll be able to fully switch over and can just use this new CSS3 feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods - Freelance Web Designer UK &#187; Rounded Corners in Internet Explorer</title>
		<link>http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/comment-page-1/#comment-27900</link>
		<dc:creator>Dave Woods - Freelance Web Designer UK &#187; Rounded Corners in Internet Explorer</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/#comment-27900</guid>
		<description>[...] I wrote an article on CSS3: Rounded CSS Corners, which is a great solution for creating rounded corners. However, Internet Explorer doesn&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote an article on CSS3: Rounded CSS Corners, which is a great solution for creating rounded corners. However, Internet Explorer doesn&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/comment-page-1/#comment-27890</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/#comment-27890</guid>
		<description>Hi Phil, yeah I completely agree. For personal projects I will use border-radius (for example, http://unitedonline.co.uk/) as it doesn&#039;t bother me too much if IE users don&#039;t get them... it&#039;s still usable and accessible.

But I do agree that for commercial projects where clients are intent on pixel perfect cross browser designs that it probably isn&#039;t the solution just yet sadly.

I&#039;ll be having a look at JavaScript solutions for IE next week though so hopefully there will be a decent solution out there.</description>
		<content:encoded><![CDATA[<p>Hi Phil, yeah I completely agree. For personal projects I will use border-radius (for example, <a href="http://unitedonline.co.uk/)" rel="nofollow">http://unitedonline.co.uk/)</a> as it doesn&#8217;t bother me too much if IE users don&#8217;t get them&#8230; it&#8217;s still usable and accessible.</p>
<p>But I do agree that for commercial projects where clients are intent on pixel perfect cross browser designs that it probably isn&#8217;t the solution just yet sadly.</p>
<p>I&#8217;ll be having a look at JavaScript solutions for IE next week though so hopefully there will be a decent solution out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Thompson</title>
		<link>http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/comment-page-1/#comment-27889</link>
		<dc:creator>Phil Thompson</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/index.php/css3-rounded-css-corners/#comment-27889</guid>
		<description>I&#039;ve tentatively started using this technique in commercial projects but, unfortunately in most scanerios it&#039;s just not ready and the big reason is IE7/IE8&#039;s lack of support.

Therefore I find myself using border-radius in my default stylesheet then having an IE stylesheet which uses background images or sometimes using a JavaScript fallback  (DD_roundies is a good &#039;un). Often, JavaScript solutions just aren&#039;t good enough for commerical work because they load too slowly or have glitches in the odd layout and having these separate solutions, to be honest, feels dirty and wrong.

We can only hope IE9 supports border-radius and that people actually download and install it. Sadly, neither is likely</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tentatively started using this technique in commercial projects but, unfortunately in most scanerios it&#8217;s just not ready and the big reason is IE7/IE8&#8217;s lack of support.</p>
<p>Therefore I find myself using border-radius in my default stylesheet then having an IE stylesheet which uses background images or sometimes using a JavaScript fallback  (DD_roundies is a good &#8216;un). Often, JavaScript solutions just aren&#8217;t good enough for commerical work because they load too slowly or have glitches in the odd layout and having these separate solutions, to be honest, feels dirty and wrong.</p>
<p>We can only hope IE9 supports border-radius and that people actually download and install it. Sadly, neither is likely</p>
]]></content:encoded>
	</item>
</channel>
</rss>
