<?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: Tabs with Round Out Borders</title>
	<atom:link href="http://css-tricks.com/tabs-with-round-out-borders/feed/" rel="self" type="application/rss+xml" />
	<link>http://css-tricks.com/tabs-with-round-out-borders/</link>
	<description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description>
	<lastBuildDate>Tue, 21 May 2013 05:47:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Karl</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-114212</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 13 Oct 2011 05:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-114212</guid>
		<description><![CDATA[This may sound like a stupid NooB question, but  can this be made to work with a hover/rollover state?]]></description>
		<content:encoded><![CDATA[<p>This may sound like a stupid NooB question, but  can this be made to work with a hover/rollover state?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-114211</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 13 Oct 2011 05:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-114211</guid>
		<description><![CDATA[This may sound like a stupid NooB question, but is it can this be made to work with a hover/rollover state?]]></description>
		<content:encoded><![CDATA[<p>This may sound like a stupid NooB question, but is it can this be made to work with a hover/rollover state?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex W</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-114117</link>
		<dc:creator>Alex W</dc:creator>
		<pubDate>Wed, 12 Oct 2011 20:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-114117</guid>
		<description><![CDATA[A book would be great if it was as quality as all your tips, tricks, and demos!]]></description>
		<content:encoded><![CDATA[<p>A book would be great if it was as quality as all your tips, tricks, and demos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex W</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-114115</link>
		<dc:creator>Alex W</dc:creator>
		<pubDate>Wed, 12 Oct 2011 20:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-114115</guid>
		<description><![CDATA[Why would something posted in 2011 be concerned with IE6? That browser is completely outdated. Web designers need to continue to move on with newer, better things. Plus, IE6 has dropped below 10% market share so most have dropped support for it, thankfully.]]></description>
		<content:encoded><![CDATA[<p>Why would something posted in 2011 be concerned with IE6? That browser is completely outdated. Web designers need to continue to move on with newer, better things. Plus, IE6 has dropped below 10% market share so most have dropped support for it, thankfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-109325</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 18 Sep 2011 09:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-109325</guid>
		<description><![CDATA[Just to be extra clear for people who might not know. This will not work in Internet Explorer 8 and under because of lack of support for border-radius and/or :before/:after pseudo-elements.

IE8 supports pseudo-elements but not border-radius, but you could use a polyfill such as CSS3PIE to work around that. 

Then if you&#039;re using CSS3PIE for IE8 then you may as well polyfill IE7&#039;s lack of pseudo-element support with Dean Edwards IE8.js script. 

That means you can get this example working in IE6/7/8 with the help of some JavaScript polyfills.]]></description>
		<content:encoded><![CDATA[<p>Just to be extra clear for people who might not know. This will not work in Internet Explorer 8 and under because of lack of support for border-radius and/or :before/:after pseudo-elements.</p>
<p>IE8 supports pseudo-elements but not border-radius, but you could use a polyfill such as CSS3PIE to work around that. </p>
<p>Then if you&#8217;re using CSS3PIE for IE8 then you may as well polyfill IE7&#8242;s lack of pseudo-element support with Dean Edwards IE8.js script. </p>
<p>That means you can get this example working in IE6/7/8 with the help of some JavaScript polyfills.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-108853</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 15 Sep 2011 16:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-108853</guid>
		<description><![CDATA[pointer-events - http://css-tricks.com/6379-pointer-events-current-nav/]]></description>
		<content:encoded><![CDATA[<p>pointer-events &#8211; <a href="http://css-tricks.com/6379-pointer-events-current-nav/" rel="nofollow">http://css-tricks.com/6379-pointer-events-current-nav/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erkan Yilmaz</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-108624</link>
		<dc:creator>Erkan Yilmaz</dc:creator>
		<pubDate>Wed, 14 Sep 2011 16:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-108624</guid>
		<description><![CDATA[Great technique and tutorial. 

@Rachid : it works with Google Chrome and Opera too !!]]></description>
		<content:encoded><![CDATA[<p>Great technique and tutorial. </p>
<p>@Rachid : it works with Google Chrome and Opera too !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moiz Raja</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-108600</link>
		<dc:creator>Moiz Raja</dc:creator>
		<pubDate>Wed, 14 Sep 2011 13:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-108600</guid>
		<description><![CDATA[Great technique and wonderful step by step explanation of how the trick works. You should write a book :)]]></description>
		<content:encoded><![CDATA[<p>Great technique and wonderful step by step explanation of how the trick works. You should write a book :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S_gonzales</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-108597</link>
		<dc:creator>S_gonzales</dc:creator>
		<pubDate>Wed, 14 Sep 2011 13:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-108597</guid>
		<description><![CDATA[Any way to do this without disabling the click on the the corner of the tab? (where is actually a circle with the same color as in the other tab?)

i kindof consider that a small glitch, that would make a potential client buzz in my ears.]]></description>
		<content:encoded><![CDATA[<p>Any way to do this without disabling the click on the the corner of the tab? (where is actually a circle with the same color as in the other tab?)</p>
<p>i kindof consider that a small glitch, that would make a potential client buzz in my ears.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Niklas</title>
		<link>http://css-tricks.com/tabs-with-round-out-borders/#comment-108186</link>
		<dc:creator>Felix Niklas</dc:creator>
		<pubDate>Sun, 11 Sep 2011 23:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=14001#comment-108186</guid>
		<description><![CDATA[+++ would read again]]></description>
		<content:encoded><![CDATA[<p>+++ would read again</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Content Delivery Network via cdn.css-tricks.com

 Served from: css-tricks.com @ 2013-05-21 00:07:23 by W3 Total Cache -->