<?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>Consilience Media &#187; CSS3</title>
	<atom:link href="http://www.consil.co.uk/blog/tag/css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.consil.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 12:03:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Menu Challenges 1</title>
		<link>http://www.consil.co.uk/blog/2008/08/21/css-3/</link>
		<comments>http://www.consil.co.uk/blog/2008/08/21/css-3/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 19:12:09 +0000</pubDate>
		<dc:creator>Phill Brown</dc:creator>
				<category><![CDATA[Styling]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Positioning]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.consil.co.uk/blog/?p=22</guid>
		<description><![CDATA[Ok, so I&#8217;m getting into my site now. The wrapper is in place, and I&#8217;m moving on to the menu: As you can see, this isn&#8217;t your ordinary set of tabs and is causing a number of problems for browsers. Rounded Corners The problem with this menu is that it&#8217;s got a curved highlight hover. There are 4 different ways to curve boxes: 1. Nifty Corners: Uses JavaScript to insert &#60;b&#62; 1px in height and reducing in width. PROS: Scalable, <a href="http://www.consil.co.uk/blog/2008/08/21/css-3/" title="Read more" class="sprite-wrapper arrow-green-right">...<span class="sprite"></span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok, so I&#8217;m getting into my site now. The wrapper is in place, and I&#8217;m moving on to the menu:</p>
<p>As you can see, this isn&#8217;t your ordinary set of tabs and is causing a number of problems for browsers.</p>
<h3>Rounded Corners</h3>
<p>The problem with this menu is that it&#8217;s got a curved highlight hover. There are 4 different ways to curve boxes:</p>
<h4>1. Nifty Corners:</h4>
<p>Uses JavaScript to insert &lt;b&gt; 1px in height and reducing in width.</p>
<p>PROS: Scalable, Works on all browsers<br />
CONS: Doesn&#8217;t support borders, Fixed Radius</p>
<h4>2. Background image</h4>
<p>Have a single fixed image appear in the background.</p>
<p>PROS: Fast loading speed, Works on all browsers, Supports borders, Flexible radius<br />
CONS: Isn&#8217;t scalable</p>
<h4>3. Positioned Spans</h4>
<p>Have 4 span blocks load up inside the list item. The blocks are given a background image and are then absolutely positioned into the 4 corners.</p>
<p>PROS: Scalable, Adjustable radius, Supports borders<br />
CONS: Slow loading speed, Doesn&#8217;t work well on IE6</p>
<h4>4. CSS 3</h4>
<p>Use the new CSS 3 rounded corner properties:</p>
<ul>
<li>-webkit-border-radius (safari)</li>
<li>-moz-border-radius (firefox 3)</li>
</ul>
<p>PROS: Fast loading speed, Scalable, Adjustable radius, Supports borders<br />
CONS: Doesn&#8217;t work on IE and old browsers</p>
<p>In the end I took the <strong>CSS 3</strong> option. The lack of curvy corners didn&#8217;t make it look dirty as it would on sites that are totally curvy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.consil.co.uk/blog/2008/08/21/css-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

