<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>CSS Is Easy</title>
	
	<link>http://cssiseasy.com</link>
	<description>Let me show you how!</description>
	<lastBuildDate>Wed, 05 Aug 2009 22:51:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CssIsEasy" /><feedburner:info uri="cssiseasy" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:copyright>Copyright 2009-Present Christian Montoya</media:copyright><media:thumbnail url="http://cssiseasy.com/wp-content/uploads/2009/06/podcastlogo.png" /><media:keywords>css,webdesign,webdev,programming,websites,development,technology,html</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category><itunes:author>Christian Montoya</itunes:author><itunes:explicit>no</itunes:explicit><itunes:image href="http://cssiseasy.com/wp-content/uploads/2009/06/podcastlogo.png" /><itunes:keywords>css,webdesign,webdev,programming,websites,development,technology,html</itunes:keywords><itunes:subtitle>Learn CSS through video tutorials fit for beginners &amp; experts alike!</itunes:subtitle><itunes:summary>Video tutorials on CSS from CSSIsEasy.com will help you become a true CSS expert and impress your friends!</itunes:summary><itunes:category text="Technology"><itunes:category text="Software How-To" /></itunes:category><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>CssIsEasy</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Tutorial #3: Hot Dates With CSS</title>
		<link>http://feedproxy.google.com/~r/CssIsEasy/~3/nK57AxWLvuU/</link>
		<comments>http://cssiseasy.com/2009/08/04/tutorial-3-hot-dates-with-css/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 20:12:04 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=42</guid>
		<description><![CDATA[I&#8217;m back from a long hiatus, and I present to you a classic tutorial from my blog, which I posted in 2006. Now you can watch my process in video form and see some new techniques not in the original tutorial. This is the first part; the second part will incorporate background images for more [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back from a long hiatus, and I present to you a classic tutorial from my blog, which I posted in 2006. Now you can watch my process in video form and see some new techniques not in the original tutorial. This is the first part; the second part will incorporate background images for more effects. <span id="more-42"></span></p>
<p><object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/V2Sceonx8jA&#038;hl=en&#038;fs=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/V2Sceonx8jA&#038;hl=en&#038;fs=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object></p>
<p>Remember to view in HD to get the proper quality. </p>
<p>Here is the HTML used in this tutorial:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;acronym class=&quot;published&quot; title=&quot;August 11, 2009&quot;&gt;
	&lt;span class=&quot;pub-month&quot;&gt;Aug&lt;/span&gt;
	&lt;span class=&quot;pub-date&quot;&gt;11&lt;/span&gt;
&lt;/acronym&gt;</pre></div></div>

<p>And here is the final CSS:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.published</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #3333ff;">:Arial</span><span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.pub-month</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">.9em</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.pub-date</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.4em</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.published</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">outset</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.pub-month</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#555</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fafafa</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">.2em</span> <span style="color: #933;">.4em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.pub-date</span> <span style="color: #00AA00;">&#123;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
body <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">2em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
h1 <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.5em</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
p <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=nK57AxWLvuU:EttXjf_ZGNA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=nK57AxWLvuU:EttXjf_ZGNA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=nK57AxWLvuU:EttXjf_ZGNA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=nK57AxWLvuU:EttXjf_ZGNA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=nK57AxWLvuU:EttXjf_ZGNA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CssIsEasy/~4/nK57AxWLvuU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/08/04/tutorial-3-hot-dates-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<enclosure url="http://www.youtube.com/v/V2Sceonx8jA&amp;#038;hl=en&amp;#038;fs=1&amp;#038;border=1" length="1022" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/V2Sceonx8jA&amp;#038;hl=en&amp;#038;fs=1&amp;#038;border=1" fileSize="1022" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>I&amp;#8217;m back from a long hiatus, and I present to you a classic tutorial from my blog, which I posted in 2006. Now you can watch my process in video form and see some new techniques not in the original tutorial. This is the first part; the second part w</itunes:subtitle><itunes:author>Christian Montoya</itunes:author><itunes:summary>I&amp;#8217;m back from a long hiatus, and I present to you a classic tutorial from my blog, which I posted in 2006. Now you can watch my process in video form and see some new techniques not in the original tutorial. This is the first part; the second part will incorporate background images for more [...]</itunes:summary><itunes:keywords>css,webdesign,webdev,programming,websites,development,technology,html</itunes:keywords><feedburner:origLink>http://cssiseasy.com/2009/08/04/tutorial-3-hot-dates-with-css/</feedburner:origLink></item>
		<item>
		<title>Suggest an upcoming tutorial</title>
		<link>http://feedproxy.google.com/~r/CssIsEasy/~3/yFYuiX-hfNU/</link>
		<comments>http://cssiseasy.com/2009/06/22/suggest-an-upcoming-tutorial/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 19:58:48 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=39</guid>
		<description><![CDATA[You may now use the Suggest a Tutorial page to suggest a topic for an upcoming tutorial. I&#8217;ll keep an eye on this page to see what you, the reader, want most. Want to see tutorials about keeping CSS files organized? About hover effects with links? About floating divs like a butterfly and stinging browser [...]]]></description>
			<content:encoded><![CDATA[<p>You may now use the <a href="http://cssiseasy.com/suggest-a-tutorial/">Suggest a Tutorial page</a> to suggest a topic for an upcoming tutorial. I&#8217;ll keep an eye on this page to see what you, the reader, want most. Want to see tutorials about keeping CSS files organized? About hover effects with links? About floating divs like a butterfly and stinging browser bugs like a bee? Just head on over to the suggestions page and post your wishes!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=yFYuiX-hfNU:N-U4hiDlKtw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=yFYuiX-hfNU:N-U4hiDlKtw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=yFYuiX-hfNU:N-U4hiDlKtw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=yFYuiX-hfNU:N-U4hiDlKtw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=yFYuiX-hfNU:N-U4hiDlKtw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CssIsEasy/~4/yFYuiX-hfNU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/06/22/suggest-an-upcoming-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://cssiseasy.com/2009/06/22/suggest-an-upcoming-tutorial/</feedburner:origLink></item>
		<item>
		<title>Tutorial #2: “Dog Eared” Tabs With One Image</title>
		<link>http://feedproxy.google.com/~r/CssIsEasy/~3/wCeOY85vhds/</link>
		<comments>http://cssiseasy.com/2009/06/17/tutorial-2-dog-eared-tabs-with-one-image/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 01:53:50 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=32</guid>
		<description><![CDATA[In this tutorial, I&#8217;ll show you how to make a flexible set of navigation tabs with a single background image that allows you to use any set of colors for the inactive &#038; active states. Hit &#8220;Continue Reading&#8221; for the video &#038; code. Remember to view in HD for best quality. 

View the finished version: [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, I&#8217;ll show you how to make a flexible set of navigation tabs with a single background image that allows you to use any set of colors for the inactive &#038; active states. Hit &#8220;Continue Reading&#8221; for the video &#038; code. Remember to view in HD for best quality. <span id="more-32"></span></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/4Q0Jq0LSP9Q&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4Q0Jq0LSP9Q&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p>View the finished version: <a href="http://static.cssiseasy.com/tutorials/2/">Tutorial #2 Live Demo</a></p>
<p>Here is the base HTML for the page:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;h1&gt;&quot;Dog-eared&quot; tabs&lt;/h1&gt;
  &lt;ul class=&quot;tabs&quot;&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Main&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Street&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Weapon Shop&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Item Shop&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Travel&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Recruit&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;FAQ&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Talk&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Top&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/p&gt;</pre></div></div>

<p>And here is the final CSS (not including the reset file):</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span> 
 <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> 
 <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span><span style="color: #ff0000;">&quot;Helvetica Neue&quot;</span><span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
h1<span style="color: #00AA00;">,</span> ul<span style="color: #00AA00;">,</span> p <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
h1 <span style="color: #00AA00;">&#123;</span> 
 <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.4em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
ul<span style="color: #6666ff;">.tabs</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#aaa</span><span style="color: #00AA00;">;</span>  
  <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>  
<span style="color: #00AA00;">&#125;</span>
&nbsp;
ul<span style="color: #6666ff;">.tabs</span> li <span style="color: #00AA00;">&#123;</span>  
  <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">2px</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
ul<span style="color: #6666ff;">.tabs</span> li a <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#ddd</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">corner.png</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">top</span> <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">border-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#aaa</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#333</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span> <span style="color: #933;">10px</span> <span style="color: #933;">2px</span> <span style="color: #933;">8px</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
ul<span style="color: #6666ff;">.tabs</span> li a<span style="color: #3333ff;">:focus</span><span style="color: #00AA00;">,</span> ul<span style="color: #6666ff;">.tabs</span> li a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#aaf</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=wCeOY85vhds:msmc56EuzTo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=wCeOY85vhds:msmc56EuzTo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=wCeOY85vhds:msmc56EuzTo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=wCeOY85vhds:msmc56EuzTo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=wCeOY85vhds:msmc56EuzTo:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CssIsEasy/~4/wCeOY85vhds" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/06/17/tutorial-2-dog-eared-tabs-with-one-image/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<enclosure url="http://www.youtube.com/v/4Q0Jq0LSP9Q&amp;#038;hl=en&amp;#038;fs=1&amp;#038;rel=0&amp;#038;border=1" length="763" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/4Q0Jq0LSP9Q&amp;#038;hl=en&amp;#038;fs=1&amp;#038;rel=0&amp;#038;border=1" fileSize="763" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>In this tutorial, I&amp;#8217;ll show you how to make a flexible set of navigation tabs with a single background image that allows you to use any set of colors for the inactive &amp;#038; active states. Hit &amp;#8220;Continue Reading&amp;#8221; for the video &amp;#038; code</itunes:subtitle><itunes:author>Christian Montoya</itunes:author><itunes:summary>In this tutorial, I&amp;#8217;ll show you how to make a flexible set of navigation tabs with a single background image that allows you to use any set of colors for the inactive &amp;#038; active states. Hit &amp;#8220;Continue Reading&amp;#8221; for the video &amp;#038; code. Remember to view in HD for best quality. View the finished version: [...]</itunes:summary><itunes:keywords>css,webdesign,webdev,programming,websites,development,technology,html</itunes:keywords><feedburner:origLink>http://cssiseasy.com/2009/06/17/tutorial-2-dog-eared-tabs-with-one-image/</feedburner:origLink></item>
		<item>
		<title>Quick update</title>
		<link>http://feedproxy.google.com/~r/CssIsEasy/~3/oIWbz3Sg7fc/</link>
		<comments>http://cssiseasy.com/2009/06/15/quick-update/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:15:26 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=28</guid>
		<description><![CDATA[The computer that I have been using to create screencasts is now unusable, thanks to Apple&#8217;s latest OSX update. Until they fix it, I can&#8217;t create any new video tutorials. In the meantime, things will be quiet around here, but I promise I&#8217;ll have an update as soon as I know something, and if my [...]]]></description>
			<content:encoded><![CDATA[<p>The computer that I have been using to create screencasts is now unusable, thanks to <a href="http://www.christianmontoya.com/2009/06/14/osx-1057-update-bricked-my-macbook/">Apple&#8217;s latest OSX update</a>. Until they fix it, I can&#8217;t create any new video tutorials. In the meantime, things will be quiet around here, but I promise I&#8217;ll have an update as soon as I know something, and if my computer is back in working order soon, I&#8217;ll make sure to post my next tutorial right away. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=oIWbz3Sg7fc:vTkkMTi4BQ8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=oIWbz3Sg7fc:vTkkMTi4BQ8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=oIWbz3Sg7fc:vTkkMTi4BQ8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=oIWbz3Sg7fc:vTkkMTi4BQ8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=oIWbz3Sg7fc:vTkkMTi4BQ8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CssIsEasy/~4/oIWbz3Sg7fc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/06/15/quick-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://cssiseasy.com/2009/06/15/quick-update/</feedburner:origLink></item>
		<item>
		<title>Tutorial #1: Inline Form with Blueprint</title>
		<link>http://feedproxy.google.com/~r/CssIsEasy/~3/oJA1jEwgK24/</link>
		<comments>http://cssiseasy.com/2009/06/07/tutorial-1-inline-form-with-blueprint/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:01:27 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=10</guid>
		<description><![CDATA[The first tutorial ever right here on CSSIsEasy.com is a follow-up to a question posted by Jitrenda Vyas on my blog. The timing is perfect because it allowed me to showcase the latest feature in Blueprint: inline forms. It also allowed me to demonstrate how you can next columns to build complex layouts. Watch the [...]]]></description>
			<content:encoded><![CDATA[<p>The first tutorial ever right here on CSSIsEasy.com is a follow-up to a question posted by <a href="http://jitendravyas.com">Jitrenda Vyas</a> on <a href="http://christianmontoya.com">my blog</a>. The timing is perfect because it allowed me to showcase the latest feature in <a href="http://blueprintcss.org/">Blueprint</a>: inline forms. It also allowed me to demonstrate how you can next columns to build complex layouts. Watch the video, or view the demo page.<span id="more-10"></span></p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube-nocookie.com/v/MMY91V1m5ow&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/MMY91V1m5ow&#038;hl=en&#038;fs=1&#038;rel=0&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p>You can also view the final web page: <a href="http://static.cssiseasy.com/tutorials/1/">Tutorial #1 Demo Page</a></p>
<p>Body markup:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;column span-12 append-6 prepend-6 last&quot;&gt;
    &lt;form method=&quot;get&quot; action=&quot;#&quot; class=&quot;inline&quot;&gt;
      &lt;div class=&quot;column span-4&quot;&gt;
        &lt;label for=&quot;input1&quot;&gt;Label:&lt;/label&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-8 last&quot;&gt;
        &lt;input type=&quot;text&quot; name=&quot;input1&quot; id=&quot;input1&quot;&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-4&quot;&gt;
        &lt;label for=&quot;input2&quot;&gt;Longer Label:&lt;/label&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-8 last&quot;&gt;
        &lt;select name=&quot;input2&quot; id=&quot;input2&quot;&gt;
          &lt;option value=&quot;1&quot;&gt;One&lt;/option&gt;
          &lt;option value=&quot;2&quot;&gt;Two&lt;/option&gt;
        &lt;/select&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-4&quot;&gt;
        &lt;label for=&quot;input3&quot;&gt;Even Longer Label:&lt;/label&gt;
      &lt;/div&gt;
&nbsp;
      &lt;div class=&quot;column span-8 last&quot;&gt;
        &lt;input type=&quot;text&quot; name=&quot;input3&quot; id=&quot;input3&quot;&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-4&quot;&gt;
        &lt;label for=&quot;value&quot;&gt;One More Label:&lt;/label&gt;
      &lt;/div&gt;
      &lt;div class=&quot;column span-8 last&quot; id=&quot;radio_inputs&quot;&gt;
        &lt;input type=&quot;radio&quot; name=&quot;value&quot; value=&quot;1&quot;&gt; Value 1&lt;br&gt;
        &lt;input type=&quot;radio&quot; name=&quot;value&quot; value=&quot;2&quot;&gt; Value 2
      &lt;/div&gt;
      &lt;div class=&quot;column span-8 prepend-4 last&quot;&gt;
        &lt;button&gt;Primary Action&lt;/button&gt;
      &lt;/div&gt;
    &lt;/form&gt;
  &lt;/div&gt;
&lt;/div&gt;</pre></div></div>

<p>Custom CSS (after Blueprint):</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#radio_inputs</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">1.5</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
label <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#555</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
<span style="color: #808080; font-style: italic;">/* text-align:right; */</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#input2</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">13.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=oJA1jEwgK24:DAPpkj0X-is:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=oJA1jEwgK24:DAPpkj0X-is:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=oJA1jEwgK24:DAPpkj0X-is:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=oJA1jEwgK24:DAPpkj0X-is:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=oJA1jEwgK24:DAPpkj0X-is:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CssIsEasy/~4/oJA1jEwgK24" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/06/07/tutorial-1-inline-form-with-blueprint/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
<enclosure url="http://content.screencast.com/users/CSSIsEasy/folders/Default/media/7f021ed0-c9f9-477a-a364-8db0b5da3ef9/Tutorial1.mov" length="75736342" type="video/quicktime" />
<enclosure url="http://content.screencast.com/users/CSSIsEasy/folders/Default/media/555279da-80e5-4e2c-809e-d4ceac5c872b/Tutorial1.flv" length="77993647" type="video/x-flv" />
		<media:content url="http://content.screencast.com/users/CSSIsEasy/folders/Default/media/7f021ed0-c9f9-477a-a364-8db0b5da3ef9/Tutorial1.mov" fileSize="75736342" type="video/quicktime" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>The first tutorial ever right here on CSSIsEasy.com is a follow-up to a question posted by Jitrenda Vyas on my blog. The timing is perfect because it allowed me to showcase the latest feature in Blueprint: inline forms. It also allowed me to demonstrate h</itunes:subtitle><itunes:author>Christian Montoya</itunes:author><itunes:summary>The first tutorial ever right here on CSSIsEasy.com is a follow-up to a question posted by Jitrenda Vyas on my blog. The timing is perfect because it allowed me to showcase the latest feature in Blueprint: inline forms. It also allowed me to demonstrate how you can next columns to build complex layouts. Watch the [...]</itunes:summary><itunes:keywords>css,webdesign,webdev,programming,websites,development,technology,html</itunes:keywords><feedburner:origLink>http://cssiseasy.com/2009/06/07/tutorial-1-inline-form-with-blueprint/</feedburner:origLink></item>
		<item>
		<title>Introducing: CSS Is Easy!</title>
		<link>http://feedproxy.google.com/~r/CssIsEasy/~3/F0h8-VzTXBM/</link>
		<comments>http://cssiseasy.com/2009/06/04/introducing-css-is-easy/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 19:12:30 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://cssiseasy.com/?p=4</guid>
		<description><![CDATA[Welcome to CSS Is Easy.com! This is a website that I&#8217;ve been planning to launch for months, and I figured it was about time I made it happen. I&#8217;ve always been interested in teaching others, and I happen to be good at CSS. I think that there aren&#8217;t enough video tutorials on CSS out there, [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to CSS Is Easy.com! This is a website that I&#8217;ve been planning to launch for months, and I figured it was about time I made it happen. I&#8217;ve always been interested in teaching others, and I happen to be good at CSS. I think that there aren&#8217;t enough video tutorials on CSS out there, so I&#8217;m here to change that. I&#8217;m going to be doing lessons on CSS, including walkthroughs, tricks, and new features. With every tutorial, I&#8217;ll show you all the steps and I&#8217;ll share the final code samples too. Hopefully, I can help you improve your CSS skills, and we can all make CSS more popular as we go. <em>My goal is to prove that CSS really is easy to learn &#8212; help me do that!</em></p>
<p>Watch this space for tutorials!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=F0h8-VzTXBM:K5lqUmfqwmo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=F0h8-VzTXBM:K5lqUmfqwmo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=F0h8-VzTXBM:K5lqUmfqwmo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CssIsEasy?a=F0h8-VzTXBM:K5lqUmfqwmo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CssIsEasy?i=F0h8-VzTXBM:K5lqUmfqwmo:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CssIsEasy/~4/F0h8-VzTXBM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cssiseasy.com/2009/06/04/introducing-css-is-easy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://cssiseasy.com/2009/06/04/introducing-css-is-easy/</feedburner:origLink></item>
	<copyright>Copyright 2009-Present Christian Montoya</copyright><media:credit role="author">Christian Montoya</media:credit><media:rating>nonadult</media:rating><media:description type="plain">Learn CSS through video tutorials fit for beginners &amp; experts alike!</media:description></channel>
</rss>
