<?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: CSS Rounded Corners Revisited</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 11:05:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Woods - Freelance Web Designer UK &#187; CSS3: Rounded CSS Corners</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-27884</link>
		<dc:creator>Dave Woods - Freelance Web Designer UK &#187; CSS3: Rounded CSS Corners</dc:creator>
		<pubDate>Fri, 30 Oct 2009 08:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-27884</guid>
		<description>[...] until recently I&#8217;ve been using my Rounded corners with one image method which does cut down on the amount of HTML and images required but when dealing with a lot of [...]</description>
		<content:encoded><![CDATA[<p>[...] until recently I&#8217;ve been using my Rounded corners with one image method which does cut down on the amount of HTML and images required but when dealing with a lot of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-27861</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-27861</guid>
		<description>Hi Jay,

Could you put an example online somewhere or email me a copy or all the files and I&#039;ll take a quick look for you.</description>
		<content:encoded><![CDATA[<p>Hi Jay,</p>
<p>Could you put an example online somewhere or email me a copy or all the files and I&#8217;ll take a quick look for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-27853</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-27853</guid>
		<description>Hi Dave
I keep getting just white boxes in each corner where the circle .gif should be. I am using the correct references to my .gif folder. As if I select another .gif image in same storage folder, for instance, it shows in the position where the circle should appear. Any clues?</description>
		<content:encoded><![CDATA[<p>Hi Dave<br />
I keep getting just white boxes in each corner where the circle .gif should be. I am using the correct references to my .gif folder. As if I select another .gif image in same storage folder, for instance, it shows in the position where the circle should appear. Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-23274</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Sat, 27 Jun 2009 10:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-23274</guid>
		<description>great job , I was looking for this a long time ago , thanks</description>
		<content:encoded><![CDATA[<p>great job , I was looking for this a long time ago , thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-23270</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 27 Jun 2009 05:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-23270</guid>
		<description>Er, that would be half the radius or so that you&#039;d want to move the corners in to get rid of the padding and leave the background of the corners transparent.</description>
		<content:encoded><![CDATA[<p>Er, that would be half the radius or so that you&#8217;d want to move the corners in to get rid of the padding and leave the background of the corners transparent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-23269</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 27 Jun 2009 04:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-23269</guid>
		<description>Actually, come to think of it, there is a way to make round corners over a gradient.  It&#039;s just more complicated and would involve creating 9 boxes.

Think of a tic-tac-toe board (noughts and crosses across the pond). Your actual content would go in the middle square.  The strategic corner boxes would contain rounded corner images.  They could be transparent since they&#039;re not covering up the interior of a colored box. The middle of each side row could be filled with a solid color for a colored box.

This might give you too much padding around the edges, but it would work against a gradient background since you&#039;re not matching the background color.

To get less padding you could do some nasty absolute positioning and move the rounded corner and side boxes in by just under the length of the radius of the circle (so the square corners of the actual content box don&#039;t stick out into the background space you want to keep clear).

It sounds like a nice fun problem.  I bet I could write some code (javascript or server-side scripting language) that would do it given a circular image and told the radius or diameter of the circle.</description>
		<content:encoded><![CDATA[<p>Actually, come to think of it, there is a way to make round corners over a gradient.  It&#8217;s just more complicated and would involve creating 9 boxes.</p>
<p>Think of a tic-tac-toe board (noughts and crosses across the pond). Your actual content would go in the middle square.  The strategic corner boxes would contain rounded corner images.  They could be transparent since they&#8217;re not covering up the interior of a colored box. The middle of each side row could be filled with a solid color for a colored box.</p>
<p>This might give you too much padding around the edges, but it would work against a gradient background since you&#8217;re not matching the background color.</p>
<p>To get less padding you could do some nasty absolute positioning and move the rounded corner and side boxes in by just under the length of the radius of the circle (so the square corners of the actual content box don&#8217;t stick out into the background space you want to keep clear).</p>
<p>It sounds like a nice fun problem.  I bet I could write some code (javascript or server-side scripting language) that would do it given a circular image and told the radius or diameter of the circle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-23268</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 27 Jun 2009 04:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-23268</guid>
		<description>This is a nice way to do things.  This seems a nicer approach than making the 4 images, though you really only need to make one image and then rotate it and save it 3 more times to get your four images.  Still, ever bit of work saved helps and it is a lot less cluttery in your images folder.

I&#039;m assuming you could make rounded borders with one image? Or maybe it would take two to be sure the colors of the borders matched exactly since any one pixel of anti-aliased corner border might be a bit different in color than a straight line for the border would be.

As far as Lance&#039;s question about overlaying a gradient.  It doesn&#039;t seem easy to do, since you&#039;re just really covering up the square corners of the box with the round corners of your image.  It doesn&#039;t seem easy to cover up these box corners since you dont know the exact colors of a background gradient, and it you leave the corners transparent then the original square box shows through.</description>
		<content:encoded><![CDATA[<p>This is a nice way to do things.  This seems a nicer approach than making the 4 images, though you really only need to make one image and then rotate it and save it 3 more times to get your four images.  Still, ever bit of work saved helps and it is a lot less cluttery in your images folder.</p>
<p>I&#8217;m assuming you could make rounded borders with one image? Or maybe it would take two to be sure the colors of the borders matched exactly since any one pixel of anti-aliased corner border might be a bit different in color than a straight line for the border would be.</p>
<p>As far as Lance&#8217;s question about overlaying a gradient.  It doesn&#8217;t seem easy to do, since you&#8217;re just really covering up the square corners of the box with the round corners of your image.  It doesn&#8217;t seem easy to cover up these box corners since you dont know the exact colors of a background gradient, and it you leave the corners transparent then the original square box shows through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods - Freelance Web Designer UK &#187; 10 CSS Tips Every Web Developer Should Know</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-20221</link>
		<dc:creator>Dave Woods - Freelance Web Designer UK &#187; 10 CSS Tips Every Web Developer Should Know</dc:creator>
		<pubDate>Wed, 04 Mar 2009 20:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-20221</guid>
		<description>[...] CSS Rounded Corners [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Rounded Corners [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-15170</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Fri, 07 Nov 2008 17:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-15170</guid>
		<description>Hi Dave,

Great tutorial. Do you know of anyway to be able to make this overlay a gradient, instead of a solid color background?</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Great tutorial. Do you know of anyway to be able to make this overlay a gradient, instead of a solid color background?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.dave-woods.co.uk/index.php/css-rounded-corners-revisited/comment-page-1/#comment-14814</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 31 Oct 2008 16:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=150#comment-14814</guid>
		<description>Dave,
I have been looking at articles trying to find the best (clean) way to have rounded corner div&#039;s in a hybrid layout that is using em&#039;s for the sidebar div and percentage for the main content.
Your tutorial looks like an awesome way to achieve this, unfortunately, I am not a web guru and I am running into problems getting it right.  If you are still monitoring this thread...any advice would be greatly appreciated.
Thx for the great tut! :)</description>
		<content:encoded><![CDATA[<p>Dave,<br />
I have been looking at articles trying to find the best (clean) way to have rounded corner div&#8217;s in a hybrid layout that is using em&#8217;s for the sidebar div and percentage for the main content.<br />
Your tutorial looks like an awesome way to achieve this, unfortunately, I am not a web guru and I am running into problems getting it right.  If you are still monitoring this thread&#8230;any advice would be greatly appreciated.<br />
Thx for the great tut! <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
