<?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: Rounded Corners</title>
	<atom:link href="http://blog.dynamic50.com/2009/08/12/rounded-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynamic50.com/2009/08/12/rounded-corners/</link>
	<description>Ruby on Rails, London - The Blog by Dynamic50</description>
	<lastBuildDate>Sat, 28 Jan 2012 04:38:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://blog.dynamic50.com/2009/08/12/rounded-corners/comment-page-1/#comment-2304</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Nov 2010 15:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=467#comment-2304</guid>
		<description>nice thanks!</description>
		<content:encoded><![CDATA[<p>nice thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai Chan Vong</title>
		<link>http://blog.dynamic50.com/2009/08/12/rounded-corners/comment-page-1/#comment-2271</link>
		<dc:creator>Kai Chan Vong</dc:creator>
		<pubDate>Sun, 31 Oct 2010 14:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=467#comment-2271</guid>
		<description>I&#039;d recommend updating this (if you haven&#039;t) with mixins! :D 

Here are mine: 

+corners($radius)
  -moz-border-radius: $radius
  -webkit-border-radius: $radius</description>
		<content:encoded><![CDATA[<p>I&#8217;d recommend updating this (if you haven&#8217;t) with mixins! :D </p>
<p>Here are mine: </p>
<p>+corners($radius)<br />
  -moz-border-radius: $radius<br />
  -webkit-border-radius: $radius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Tsang</title>
		<link>http://blog.dynamic50.com/2009/08/12/rounded-corners/comment-page-1/#comment-33</link>
		<dc:creator>Simon Tsang</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=467#comment-33</guid>
		<description>Hi Peter,

Thanks for the spot- I&#039;ve updated the snippets now.

As for a div with a border, this technique wouldn&#039;t really be suitable I&#039;m afraid :(

Off the top of my head, you might be able to get away with using a negative value equal to the border-width instead of 0. For this to work though, you would have to draw a ring of colour inside each circle, with a thickness and colour equal to the border colour and thickness. So for a div with border of 3px, the tl would have position of top:-3px; left:-3px. I&#039;ll explore this when I have a spare moment or two!</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Thanks for the spot- I&#8217;ve updated the snippets now.</p>
<p>As for a div with a border, this technique wouldn&#8217;t really be suitable I&#8217;m afraid :(</p>
<p>Off the top of my head, you might be able to get away with using a negative value equal to the border-width instead of 0. For this to work though, you would have to draw a ring of colour inside each circle, with a thickness and colour equal to the border colour and thickness. So for a div with border of 3px, the tl would have position of top:-3px; left:-3px. I&#8217;ll explore this when I have a spare moment or two!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://blog.dynamic50.com/2009/08/12/rounded-corners/comment-page-1/#comment-32</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 18 Mar 2010 07:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=467#comment-32</guid>
		<description>Hey Simon,

quite nice approach. How would you handle the position of tl,tr,bl,br for a div with a border?

BTW: In your last code-sample is a missing blank for .tl top: 0, which results in a mal positioning of that thing.

Thanks for sharing this.

Peter</description>
		<content:encoded><![CDATA[<p>Hey Simon,</p>
<p>quite nice approach. How would you handle the position of tl,tr,bl,br for a div with a border?</p>
<p><span class="caps">BTW</span>: In your last code-sample is a missing blank for .tl top: 0, which results in a mal positioning of that thing.</p>
<p>Thanks for sharing this.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco</title>
		<link>http://blog.dynamic50.com/2009/08/12/rounded-corners/comment-page-1/#comment-31</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Fri, 27 Nov 2009 22:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynamic50.com/?p=467#comment-31</guid>
		<description>Excellent solution, I really like it.
Congratulations, you really make it look easy and clean. Professional.
Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Excellent solution, I really like it.<br />
Congratulations, you really make it look easy and clean. Professional.<br />
Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

