<?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>Themocracy WordPress Themes &#187; css</title>
	<atom:link href="http://themocracy.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://themocracy.com</link>
	<description>WordPress Theme Design</description>
	<lastBuildDate>Thu, 18 Aug 2011 07:34:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Themes and CSS Rounded Corners</title>
		<link>http://themocracy.com/2009/11/wordpress-themes-and-css-rounded-corners/</link>
		<comments>http://themocracy.com/2009/11/wordpress-themes-and-css-rounded-corners/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:09:08 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://themocracy.com/?p=190</guid>
		<description><![CDATA[The efficient method of producing rounded corners on a block element is to use CSS. All 4 corners: -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; Applying to, respectively, Gecko browsers (Firefox) &#8211; Konqueror &#8211; Webkit browsers (Safari, Chrome). Or just the one corner: -webkit-border-top-left-radius: 3px; -khtml-border-radius-topleft:10px; -moz-border-radius-topleft:10px; (Note the difference in syntax, just to keep you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fthemocracy.com%2F2009%2F11%2Fwordpress-themes-and-css-rounded-corners%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fthemocracy.com%2F2009%2F11%2Fwordpress-themes-and-css-rounded-corners%2F" height="61" width="51" /></a></div><p><img src="http://themocracy.com/wp-content/uploads/2009/10/wordpress-rounded.gif" alt="wordpress-rounded" title="wordpress-rounded" width="178" height="119" class="alignright size-full wp-image-201" />The efficient method of producing rounded corners on a block element is to use CSS.</p>
<p><strong>All 4 corners</strong>:<br />
-moz-border-radius: 3px;<br />
-khtml-border-radius: 3px;<br />
-webkit-border-radius: 3px;</p>
<p>Applying to, respectively, Gecko browsers (Firefox) &#8211; Konqueror &#8211; Webkit browsers (Safari, Chrome).<br />
<span id="more-190"></span><br />
Or just the <strong>one corner</strong>:</p>
<p>-webkit-border-top-left-radius: 3px;<br />
-khtml-border-radius-topleft:10px;<br />
-moz-border-radius-topleft:10px;</p>
<p>(Note the difference in syntax, just to keep you on your toes)</p>
<p>And there&#8217;s also the <strong>CSS3 specification</strong>:<br />
border-radius: 5px;<br />
border-top-left-radius: 5px;</p>
<p>So, as a theme designer, you immediately come up against the question &#8211;  if it doesn&#8217;t work with Internet Explorer, do I put it in my theme? (Or go with the fun and games of making up a few round background graphics&#8230;)</p>
<p>As of today, I would say yes, go with CSS rounded corners in a WordPress theme &#8211; even though IE users aren&#8217;t getting the full experience. The principle here is progressive enhancement &#8211; standards-compliant and fully-featured browser users gain the benefit, and the impetus is applied to, yes, MS to get with the program.</p>
<p>It&#8217;s not as if the rounded corners don&#8217;t degrade gracefully back to the foresquare and conservative straightness loved by MS, is it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://themocracy.com/2009/11/wordpress-themes-and-css-rounded-corners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

