<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oncemade &#187; Rounded Corners</title>
	<atom:link href="http://oncemade.com/tag/rounded-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://oncemade.com</link>
	<description>Design, Web Dev, Inspiration</description>
	<lastBuildDate>Fri, 09 Jul 2010 02:06:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Rounded Corners via CSS &#8211; almost there!</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/</link>
		<comments>http://oncemade.com/rounded-corners-via-css-almost-there/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:07:35 +0000</pubDate>
		<dc:creator>Steven Tate</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Rounded Corners]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=796</guid>
		<description><![CDATA[Can everyone feel how square the IE world is about to become? We have recently began the effort of killing [...]]]></description>
			<content:encoded><![CDATA[<p>Can everyone feel how square the IE world is about to become?  We have recently began the effort of killing the rounded corner graphics and even sillier solutions such as Nifty Cube in favor of the progressive CSS rounded corner tags.</p>

<pre><h4>CSS</h4><code>-webkit-border-radius
-moz-border-radius</code>
</pre>

<p>It's a tough decision to start dramatically forking the experience between IE and &ldquo;the rest of the world.&rdquo;  But, before you get overly excited, note the border-radius has it&#x27;s gotchas!</p>
<span id="more-796"></span>
<p>
<ol>
	<li>
		<h4><del datetime="2009-08-21T01:48:41+00:00">FF 3.0 doesn't support individual corners</del> <strong>Corrected - thanks Brainlag</strong></h4>
		<p><del datetime="2009-08-21T01:48:41+00:00">Yep, I'd really recommend squaring the diminishing world of FF3.0 as well.</del> By all means, ROUND EM IN FF3.0!  This can be done by targeting FF3.0 and above with @media queries.  <del datetime="2009-08-21T01:48:41+00:00">This will require a constraint since @media partially worked in FF3.0</del>.  So, try <del datetime="2009-08-21T01:48:41+00:00">@media (min-width: 1px;) {  }</del> <strong>corrected</strong>: @media screen { #myDiv { -moz-border-radius: 5px; } }</p>
	</li>
	<li>
		<h4>Background images spill out of rounded boxes in FF3.0</h4>
		<p>I believe FF3.5 properly masks background images finally</p>
	</li>
	<li>
		<h4>Rounded corners in FF2.0 aren't anti-aliased</h4>
		<p>This is probably not much of a problem given FF2.0's 3% market share.</p>
	</li>
</ol>
</p>

<p>These quirks are no cause for concern.  In fact, I think you should leave FF3.0 and pre Safari 4.0 out of the rounding world by the fact that older browser FF and Safari users disappear faster than &ldquo;a truckload of dead rats in a tampon factory!&rdquo; - gratuitous, meaningless quote from Top Secret.</p>

<p>What do you guys think?  Any major CSS Rounded Corner converts?</p>
-tateman

<div class="browserSupport">
	<h4>Browser Support</h4>
	<ul class="browserComp clearfix">
		<li class="firefoxComp"><span>Firefox</span></li>
		<li class="safariComp"><span>Safari</span></li>
		<li class="chromeComp"><span>Chrome</span></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/rounded-corners-via-css-almost-there/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
