<?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: Reusable Transparent CSS Rounded Corners</title>
	<atom:link href="http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 10:41:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brad Parks</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/comment-page-1/#comment-13962</link>
		<dc:creator>Brad Parks</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296#comment-13962</guid>
		<description>Hey... nice technique! thanks a ton for sharing it....  i love how the color/bg can bleed through.... i guess it always helps to *flip* the thinking on things, eh? Great work!</description>
		<content:encoded><![CDATA[<p>Hey&#8230; nice technique! thanks a ton for sharing it&#8230;.  i love how the color/bg can bleed through&#8230;. i guess it always helps to *flip* the thinking on things, eh? Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karate Corners: XHTML/CSS Rounded Corners / Kyle Schaeffer&#39;s Web Design Blog</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/comment-page-1/#comment-13776</link>
		<dc:creator>Karate Corners: XHTML/CSS Rounded Corners / Kyle Schaeffer&#39;s Web Design Blog</dc:creator>
		<pubDate>Sat, 30 Jan 2010 23:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296#comment-13776</guid>
		<description>[...] Update: Read a even more advanced version of this technique in an even newer tutorial! [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: Read a even more advanced version of this technique in an even newer tutorial! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE Corner Inserts via jQuery / Kyle Schaeffer&#39;s Web Design Blog</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/comment-page-1/#comment-13762</link>
		<dc:creator>IE Corner Inserts via jQuery / Kyle Schaeffer&#39;s Web Design Blog</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296#comment-13762</guid>
		<description>[...] but my script will handle inserting the HTML and CSS in the right place. If you create the images a little like this, then you&#8217;ll find that your IE corners will be in place in no time at [...]</description>
		<content:encoded><![CDATA[<p>[...] but my script will handle inserting the <acronym title="HyperText Markup Language">HTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym> in the right place. If you create the images a little like this, then you&#8217;ll find that your <acronym title="Internet Explorer">IE</acronym> corners will be in place in no time at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/comment-page-1/#comment-13006</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296#comment-13006</guid>
		<description>Stefano, thanks for that great CSS tip to fix the corners for IE6.  Generally, I&#039;ll add a script that creates these corners for IE7+ users only (other browsers can use the much more performant &quot;border-radius&quot; property), and IE6 users will simply see the sharp edges of the box, but your fix is a good option as well!</description>
		<content:encoded><![CDATA[<p>Stefano, thanks for that great <acronym title="Cascading Style Sheets">CSS</acronym> tip to fix the corners for <acronym title="Internet Explorer 6">IE6</acronym>.  Generally, I&#8217;ll add a script that creates these corners for IE7+ users only (other browsers can use the much more performant &#8220;border-radius&#8221; property), and <acronym title="Internet Explorer 6">IE6</acronym> users will simply see the sharp edges of the box, but your fix is a good option as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano Guglielmi</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/comment-page-1/#comment-13005</link>
		<dc:creator>Stefano Guglielmi</dc:creator>
		<pubDate>Tue, 20 Oct 2009 09:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296#comment-13005</guid>
		<description>thank for the trick, but to use it for ie6 you have to fix the css whit this properties:

.box{ 
	*display:inline-block;
	clear:both;
}
.corner{ 
	overflow: hidden;
}

and use pixel for the background-position of the corners.</description>
		<content:encoded><![CDATA[<p>thank for the trick, but to use it for ie6 you have to fix the css whit this properties:</p>
<p>.box{<br />
	*display:inline-block;<br />
	clear:both;<br />
}<br />
.corner{<br />
	overflow: hidden;<br />
}</p>
<p>and use pixel for the background-position of the corners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfredo</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/comment-page-1/#comment-12964</link>
		<dc:creator>Alfredo</dc:creator>
		<pubDate>Mon, 12 Oct 2009 12:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296#comment-12964</guid>
		<description>Exelent article!

there is too a little javascript library that promise to round your corners called curvicorners (http://www.curvycorners.net/) that round ie and opera corners. while in browser that suppor rounded corner this library use border-radius property.</description>
		<content:encoded><![CDATA[<p>Exelent article!</p>
<p>there is too a little javascript library that promise to round your corners called curvicorners (<a href="http://www.curvycorners.net/" rel="nofollow">http://www.curvycorners.net/</a>) that round ie and opera corners. while in browser that suppor rounded corner this library use border-radius property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ailaic</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/comment-page-1/#comment-12949</link>
		<dc:creator>ailaic</dc:creator>
		<pubDate>Sun, 11 Oct 2009 00:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296#comment-12949</guid>
		<description>That&#039;s good for very simple boxes. 

There&#039;s a great Dreamweaver extension called FlexiPanelsCSS that handles complex graphic css boxes and it&#039;s quite easy to use (don&#039;t want you to think I&#039;m making them publicity, but the app is very very good :) ).</description>
		<content:encoded><![CDATA[<p>That&#8217;s good for very simple boxes. </p>
<p>There&#8217;s a great Dreamweaver extension called FlexiPanelsCSS that handles complex graphic css boxes and it&#8217;s quite easy to use (don&#8217;t want you to think I&#8217;m making them publicity, but the app is very very good <img src='http://www.kyleschaeffer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Roberts</title>
		<link>http://www.kyleschaeffer.com/best-practices/reusable-transparent-css-rounded-corners/comment-page-1/#comment-12937</link>
		<dc:creator>Ryan Roberts</dc:creator>
		<pubDate>Sat, 10 Oct 2009 15:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kyleschaeffer.com/?p=296#comment-12937</guid>
		<description>I&#039;ve been using a technique similar to this for a wee while now, but you&#039;re article made me think… why not insert the 4 round corner divs using Javascript and style with CSS as normal? jQuery could easily and unobtrusively do this, that way you keep the HTML much cleaner moving the largely non-essential styling into Javascript. Also Firefox and Safari already handle border radius through CSS so you could put the Javascript into a conditional comment so only IE get&#039;s this approach.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using a technique similar to this for a wee while now, but you&#8217;re article made me think… why not insert the 4 round corner divs using Javascript and style with <acronym title="Cascading Style Sheets">CSS</acronym> as normal? jQuery could easily and unobtrusively do this, that way you keep the <acronym title="HyperText Markup Language">HTML</acronym> much cleaner moving the largely non-essential styling into Javascript. Also Firefox and Safari already handle border radius through <acronym title="Cascading Style Sheets">CSS</acronym> so you could put the Javascript into a conditional comment so only <acronym title="Internet Explorer">IE</acronym> get&#8217;s this approach.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
