<?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 via CSS &#8211; almost there!</title>
	<atom:link href="http://oncemade.com/rounded-corners-via-css-almost-there/feed/" rel="self" type="application/rss+xml" />
	<link>http://oncemade.com/rounded-corners-via-css-almost-there/</link>
	<description>Design, Web Dev, Inspiration</description>
	<lastBuildDate>Fri, 02 Jul 2010 09:06:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ExtendStudio</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/comment-page-1/#comment-4857</link>
		<dc:creator>ExtendStudio</dc:creator>
		<pubDate>Mon, 17 May 2010 12:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=796#comment-4857</guid>
		<description>You can as well try the &lt;a href=&quot;http://www.extendstudio.com/product/flexipanels_css.html&quot; rel=&quot;nofollow&quot;&gt;FlexiPanels CSS&lt;/a&gt; -  a Dreamweaver extension that makes rounded corner CSS boxes without coding. It works on IE as well.</description>
		<content:encoded><![CDATA[<p>You can as well try the <a href="http://www.extendstudio.com/product/flexipanels_css.html" rel="nofollow">FlexiPanels CSS</a> &#8211;  a Dreamweaver extension that makes rounded corner CSS boxes without coding. It works on IE as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Tate</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/comment-page-1/#comment-1226</link>
		<dc:creator>Steven Tate</dc:creator>
		<pubDate>Fri, 21 Aug 2009 01:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=796#comment-1226</guid>
		<description>@BrainLag - You&#039;re absolutely correct.  My bad.  I think I was still mad at Mozilla for not supporting box-shadow and border-image in FF3.  :)  Setting the individual corners has been available since FF2.

People may disagree, but CSS rounded corners in FF2 are so bad, that I&#039;d rather see square corners!  Can anyone think of a non-hackitous way of targeting all but FF2?  I guess the secret way is via @media.  Despite what &lt;a href=&quot;http://www.quirksmode.org/css/mediaqueries.html&quot; rel=&quot;nofollow&quot;&gt;quirksmode&lt;/a&gt; reports, @media works in FF3 as long as it doesn&#039;t have a composite expression.

So, target your rounded corners like this:

&lt;code&gt;
#myContent { background-color: #fc0; }
@media screen { 
	#myContent { -moz-border-radius: 5px; }
}
&lt;/code&gt;

Voila!  Not that many FF2.0 users are going to complain.

Sorry for the mixup!
Cheers.
Tateman</description>
		<content:encoded><![CDATA[<p>@BrainLag &#8211; You&#8217;re absolutely correct.  My bad.  I think I was still mad at Mozilla for not supporting box-shadow and border-image in FF3.  <img src='http://oncemade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Setting the individual corners has been available since FF2.</p>
<p>People may disagree, but CSS rounded corners in FF2 are so bad, that I&#8217;d rather see square corners!  Can anyone think of a non-hackitous way of targeting all but FF2?  I guess the secret way is via @media.  Despite what <a href="http://www.quirksmode.org/css/mediaqueries.html" rel="nofollow">quirksmode</a> reports, @media works in FF3 as long as it doesn&#8217;t have a composite expression.</p>
<p>So, target your rounded corners like this:</p>
<p><code><br />
#myContent { background-color: #fc0; }<br />
@media screen {<br />
	#myContent { -moz-border-radius: 5px; }<br />
}<br />
</code></p>
<p>Voila!  Not that many FF2.0 users are going to complain.</p>
<p>Sorry for the mixup!<br />
Cheers.<br />
Tateman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brainlag</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/comment-page-1/#comment-1220</link>
		<dc:creator>Brainlag</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=796#comment-1220</guid>
		<description>&lt;q&gt; FF 3.0 doesn&#039;t support individual corners &lt;/q&gt;

Either I don&#039;t understand what you mean or you are completely wrong</description>
		<content:encoded><![CDATA[<p><q> FF 3.0 doesn&#8217;t support individual corners </q></p>
<p>Either I don&#8217;t understand what you mean or you are completely wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robby valles</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/comment-page-1/#comment-1193</link>
		<dc:creator>robby valles</dc:creator>
		<pubDate>Wed, 19 Aug 2009 09:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=796#comment-1193</guid>
		<description>I love it! As long as we can make the corners glow, I&#039;m happy!</description>
		<content:encoded><![CDATA[<p>I love it! As long as we can make the corners glow, I&#8217;m happy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devmarks.com</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/comment-page-1/#comment-1168</link>
		<dc:creator>devmarks.com</dc:creator>
		<pubDate>Tue, 18 Aug 2009 01:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=796#comment-1168</guid>
		<description>&lt;strong&gt;CSS Rounded Corners - almost there &#124; Oncemade...&lt;/strong&gt;

How to use CSS Rounded corners and square the world of IE!...</description>
		<content:encoded><![CDATA[<p><strong>CSS Rounded Corners &#8211; almost there | Oncemade&#8230;</strong></p>
<p>How to use CSS Rounded corners and square the world of IE!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: designfloat.com</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/comment-page-1/#comment-1167</link>
		<dc:creator>designfloat.com</dc:creator>
		<pubDate>Tue, 18 Aug 2009 01:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=796#comment-1167</guid>
		<description>&lt;strong&gt;CSS Rounded Corners - almost there &#124; Oncemade...&lt;/strong&gt;

How to use CSS Rounded corners and square the world of IE!...</description>
		<content:encoded><![CDATA[<p><strong>CSS Rounded Corners &#8211; almost there | Oncemade&#8230;</strong></p>
<p>How to use CSS Rounded corners and square the world of IE!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://oncemade.com/rounded-corners-via-css-almost-there/comment-page-1/#comment-1158</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Mon, 17 Aug 2009 16:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=796#comment-1158</guid>
		<description>I agree with you. If rounded corners are a must on anyone&#039;s design, something is wrong with the design itself. Also, the end user will NEVER compare any website btw IE and &quot;good browsers&quot;  :-) , unless he/she is a dev or designer.</description>
		<content:encoded><![CDATA[<p>I agree with you. If rounded corners are a must on anyone&#8217;s design, something is wrong with the design itself. Also, the end user will NEVER compare any website btw IE and &#8220;good browsers&#8221;  <img src='http://oncemade.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  , unless he/she is a dev or designer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
