<?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 With Rico</title>
	<atom:link href="http://juixe.com/techknow/index.php/2006/08/10/rounded-corners-with-rico/feed/" rel="self" type="application/rss+xml" />
	<link>http://juixe.com/techknow/index.php/2006/08/10/rounded-corners-with-rico/</link>
	<description>Break Coders Block!</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:29:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jbschwi</title>
		<link>http://juixe.com/techknow/index.php/2006/08/10/rounded-corners-with-rico/comment-page-1/#comment-238</link>
		<dc:creator>jbschwi</dc:creator>
		<pubDate>Mon, 21 Apr 2008 18:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.juixe.com/techknow/index.php/2006/08/10/rounded-corners-with-rico/#comment-238</guid>
		<description>Just for everyone out there who has had a much problems as I have had trying to figure out how to use rico, here is a &#039;Hello World&#039; for rounded corners using rico.

Rico Rounded Corners

&lt;pre&gt;
function init() {
  Rico.Corner.round(&#039;roundedCorner&#039;, {corners:&#039;all&#039;});
}


#roundedCorner{
  position:absolute;
  top:10px;
  left:35px;
  width:250px;
  background:#a4a4a5;
}
#roundedContent{
  height:100px;
  width:250px;
  padding:5px;
}
&lt;/pre&gt;

This is a sample of a div with rounded corners. The size is specified in an inner div. IE also requires the width to be specified in the outer div.  Sorry about the formatting, if it is messy</description>
		<content:encoded><![CDATA[<p>Just for everyone out there who has had a much problems as I have had trying to figure out how to use rico, here is a &#8216;Hello World&#8217; for rounded corners using rico.</p>
<p>Rico Rounded Corners</p>
<pre>
function init() {
  Rico.Corner.round('roundedCorner', {corners:'all'});
}

#roundedCorner{
  position:absolute;
  top:10px;
  left:35px;
  width:250px;
  background:#a4a4a5;
}
#roundedContent{
  height:100px;
  width:250px;
  padding:5px;
}
</pre>
<p>This is a sample of a div with rounded corners. The size is specified in an inner div. IE also requires the width to be specified in the outer div.  Sorry about the formatting, if it is messy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

