<?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>Marilyn Burgess &#187; CSS</title>
	<atom:link href="http://marilynburgess.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://marilynburgess.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Aug 2011 16:33:14 +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>The Future of Round Corners</title>
		<link>http://marilynburgess.com/2009/04/future-of-round-corners/</link>
		<comments>http://marilynburgess.com/2009/04/future-of-round-corners/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 21:50:54 +0000</pubDate>
		<dc:creator>marilyn</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Round corners]]></category>

		<guid isPermaLink="false">http://blog.listcentral.me/?p=190</guid>
		<description><![CDATA[I seem to been obsessed with round corners, with all of the posts I have written on the topic (I had no idea!), so I thought I&#8217;d do some research into the future of round corners on these great inter-tubes and share my findings with you. Currently the Mozilla based web browsers, Firefox being the [...]]]></description>
			<content:encoded><![CDATA[<p>I seem to been obsessed with round corners, with all of the posts I have written on the topic (I had no idea!), so I thought I&#8217;d do some research into the future of round corners on these great inter-tubes and share my findings with you.</p>
<p>Currently the Mozilla based web browsers, Firefox being the most popular, supports the css directive <strong>-moz-border-radius</strong>, which effectively gives web elements round corners without using and nested divs or images. It really works quite beautifully, but it only exists in the Mozilla based browsers. IE, and others don&#8217;t know what to do with the directive, and just toss it out.</p>
<div style="-moz-border-radius:12px; background:#1d687a; color:#ffffff; padding: 15px;margin: 15px;">
I&#8217;m a rounded div!
</div>
<p>The Mozilla border-radius directive can be broken down to specify each corner to have it&#8217;s own roundness:</p>
<div class="code">
.funnyRoundDiv{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-moz-border-radius-bottomleft: 0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-moz-border-radius-bottomright:5px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-moz-border-radius-topleft:10px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-moz-border-radius-topright:20px;<br />
}
</div>
<div style="-moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright:5px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:20px; background:#1d687a; color:#ffffff; padding: 15px;margin: 15px;">
I&#8217;m a funny rounded div!
</div>
<p>The CSS3 web standard has specified that browsers that meet the standards will implement this same functionality with the <a href="http://www.w3.org/TR/css3-background/#the-border-radius">CSS3 directive border-radius</a>. CSS3 is still a work in progress, and it will be an even longer wait for all of the browsers to catch up with the standards it sets. Us web developers do have some good things to look forward to though!</p>
<p>If you are interested in learning more about CSS3, <a href="http://sixrevisions.com/css/20-useful-resources-for-learning-about-css3/">Six Revisions has an awesome LIST of Useful Resources for CSS3</a>.</p>
<p>Gotta love lists!</p>
<h3  class="related_post_title">You might also like...</h3><ul class="related_post"><li><a href="http://marilynburgess.com/2009/04/images-with-round-corners/" title="Images with Round Corners">Images with Round Corners</a></li><li><a href="http://marilynburgess.com/2009/04/divs-with-round-corners/" title="Divs with Round Corners">Divs with Round Corners</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://marilynburgess.com/2009/04/future-of-round-corners/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

