<?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>Webmonkey &#187; cheat sheet</title>
    <atom:link href="http://www.webmonkey.com/tag/cheat-sheet/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>CSS Properties</title>
        <link>http://www.webmonkey.com/2010/02/css-properties/</link>
        <comments>http://www.webmonkey.com/2010/02/css-properties/#comments</comments>
        <pubDate>Wed, 03 Feb 2010 23:58:50 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://origin.prod2.webmonkey.com/?p=46219</guid>
        		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[stylesheet]]></category>
        <description><![CDATA[Name ofProperty Rule syntax Possible values font-family &#60;selector&#62; {font-family:&#60;value&#62;} &#60;family-name&#62; (specify) or &#60;generic-family&#62; [serif, sans-serif, cursive, fantasy, monospace] font-style &#60;selector&#62; {font-style:&#60;value&#62;} normal, italic font-weight &#60;selector&#62; {font-weight:&#60;value&#62;} normal, bold, 100, 200, 300, 400, 500, 600, 700, 800, 900 font-size &#60;selector&#62; {font-size:&#60;value&#62;} &#60;absolute-size&#62;, &#60;relative-size&#62;, &#60;length&#62;, &#60;percentage&#62; font $ &#60;selector&#62; {font:&#60;value&#62;} , , , Color and Background Name [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><br />
<table cellpadding="2" cellspacing="2" width="530">
<tbody>
<tr>
<td bgcolor="#eceae1" valign="bottom"> <b>Name of<br />Property</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Rule syntax</b></p>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Possible values</b>
</td>
</tr>
<tr>
<td valign="top"> font-family
</td>
<td valign="top"> &lt;selector&gt; {font-family:&lt;value&gt;}
</td>
<td valign="top"> &lt;family-name&gt; (specify) or &lt;generic-family&gt;<font color="#ff6600"> [serif, sans-serif<font color="#ff6600">, cursive<font color="#ff6600">, fantasy<font color="#ff6600">, monospace]</p>
<p></font></font></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> font-style
</td>
<td valign="top"> &lt;selector&gt; {font-style:&lt;value&gt;}
</td>
<td valign="top"> normal, italic
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> font-weight
</td>
<td valign="top"> &lt;selector&gt; {font-weight:&lt;value&gt;}
</td>
<td valign="top"> normal<font color="#ff6600">, bold, 100<font color="#ff6600">, 200<font color="#ff6600">, 300<font color="#ff6600">, 400<font color="#ff6600">, 500<font color="#ff6600">, 600<font color="#ff6600">, 700<font color="#ff6600">, 800<font color="#ff6600">, 900<font color="#ff6600"></p>
<p></font></font></font></font></font></font></font></font></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> font-size
</td>
<td valign="top"> &lt;selector&gt; {font-size:&lt;value&gt;}
</td>
<td valign="top"> &lt;absolute-size&gt;, &lt;relative-size&gt;<font color="#ff6600">, &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;</p>
<p></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> font <font color="#ff6600">$<br />
</font></td>
<td valign="top"> &lt;selector&gt; {font:&lt;value&gt;}
</td>
<td valign="top"> <font><font color="#ff6600">, <font><font color="#ff6600">, <font><font color="#ff6600">, <font><font color="#ff6600"></p>
<p></font></font></font></font></font></font></font></font></td>
</tr>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Color and Background</b>
</td>
</tr>
<tr>
<td bgcolor="#eceae1" valign="bottom"> <b>Name of<br />Property</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Rule syntax</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Possible values</b></p>
</td>
</tr>
<tr>
<td valign="top"> color
</td>
<td valign="top"> &lt;selector&gt; {color:&lt;value&gt;}
</td>
<td valign="top">
<p>&lt;color&gt;
</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> background-color
</td>
<td valign="top"> &lt;selector&gt; {background-color:&lt;value&gt;}
</td>
<td valign="top">
<p>&lt;color&gt;
</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> background-image
</td>
<td valign="top"> &lt;selector&gt; {background-image:url(&lt;value&gt;)}
</td>
<td valign="top"> URL (relative or absolute path)
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> background <font color="#ff6600">$<br />
</font></td>
<td valign="top"> &lt;selector&gt;{background:&lt;value&gt;}
</td>
<td valign="top"> &lt;background-color&gt; (i.e., &lt;color&gt;)</p>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Text properties</b>
</td>
</tr>
<tr>
<td bgcolor="#eceae1" valign="bottom"> <b>Name of<br />Property</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Rule syntax</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Possible values</b></p>
</td>
</tr>
<tr>
<td valign="top"> Text-decoration
</td>
<td valign="top"> &lt;selector&gt;{text-decoration:&lt;value&gt;}
</td>
<td valign="top"> underline, line-through
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> text-transform
</td>
<td valign="top"> &lt;selector&gt;{text-transform:&lt;value&gt;}
</td>
<td valign="top"> capitalize<font color="#ff6600">, uppercase<font color="#ff6600">, lowercase<font color="#ff6600">, none<font color="#ff6600"><br />
</font></font></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> text-align
</td>
<td valign="top"> &lt;selector&gt;{text-align:&lt;value&gt;}
</td>
<td valign="top"> left, right, center, justify<font color="#ff6600"><br />
</font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> text-indent
</td>
<td valign="top"> &lt;selector&gt;{text-indent:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;, &lt;percentage&gt;
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Box properties</b></p>
</td>
</tr>
<tr>
<td bgcolor="#eceae1" valign="bottom"> <b>Name of<br />Property</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Rule syntax</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Possible values</b>
</td>
</tr>
<tr>
<td valign="top"> margin <font color="#ff6600">$</p>
<p></font></td>
<td valign="top"> &lt;selector&gt;{margin:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;<font color="#ff6600">, auto(sequence:t r b l)<br />
</font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> margin-top</p>
</td>
<td valign="top"> &lt;selector&gt;{margin-top:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;, auto<br />
</font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> Margin-right</p>
</td>
<td valign="top"> &lt;selector&gt;{margin-right:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;, &lt;percentage&gt;, auto
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> margin-bottom<font color="#ff6600"></p>
<p></font></td>
<td valign="top"> &lt;selector&gt;{margin-bottom:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;<font color="#ff6600">, auto<font color="#ff6600"><br />
</font></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> margin-left
</td>
<td valign="top"> &lt;selector&gt;{margin-left:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;, &lt;percentage&gt;, auto
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> padding <font color="#ff6600">$<font color="#ff6600"><br />
</font></font></td>
<td valign="top"> &lt;selector&gt;{padding:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;<font color="#ff6600">, (sequence:t r b l)<br />
</font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> padding-top<font color="#ff6600"><br />
</font></td>
<td valign="top"> &lt;selector&gt;{padding-top:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;<font color="#ff6600"></p>
<p></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> padding-right<font color="#ff6600"><br />
</font></td>
<td valign="top"> &lt;selector&gt;{padding-right:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;<font color="#ff6600"></p>
<p></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> padding-bottom<font color="#ff6600"><br />
</font></td>
<td valign="top"> &lt;selector&gt;{padding-bottom:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;<font color="#ff6600"></p>
<p></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> padding-left<font color="#ff6600"><br />
</font></td>
<td valign="top"> &lt;selector&gt;{padding-left:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;<font color="#ff6600">, &lt;percentage&gt;<font color="#ff6600"></p>
<p></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> border-color<font color="#ff6600"><br />
</font></td>
<td valign="top"> &lt;selector&gt;{border-color:&lt;value&gt;}
</td>
<td valign="top"> &lt;color&gt;<font color="#ff6600"></p>
<p></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> border-style<font color="#ff6600"><br />
</font></td>
<td valign="top"> &lt;selector&gt;{border-style:&lt;value&gt;}
</td>
<td valign="top"> solid<font color="#ff6600">, double<font color="#ff6600">, groove<font color="#ff6600">, ridge<font color="#ff6600">, inset<font color="#ff6600">, outset<font color="#ff6600"></p>
<p></font></font></font></font></font></font></td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> border <font color="#ff6600">$<font color="#ff6600"><br />
</font></font></td>
<td valign="top"> &lt;selector&gt;{border:&lt;value&gt;}
</td>
<td valign="top"> &lt;border-width&gt;<font color="#ff6600">, &lt;border-style&gt;<font color="#ff6600">, &lt;color&gt;</p>
<p></font></font></td>
</tr>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Block-level and Replaced Elements</b>
</td>
</tr>
<tr>
<td valign="top"> width
</td>
<td valign="top"> &lt;selector&gt;{width:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;, &lt;percentage&gt;, auto</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> height
</td>
<td valign="top"> &lt;selector&gt;{height:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;, auto
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> float
</td>
<td valign="top"> &lt;selector&gt;{float:&lt;value&gt;}
</td>
<td valign="top"> left, right
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> clear
</td>
<td valign="top"> &lt;selector&gt;{clear:&lt;value&gt;}
</td>
<td valign="top"> none, left<font color="#ff6600">, right<font color="#ff6600"><br />
</font></font></td>
</tr>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Position (CSS &#8211; P)</b>
</td>
</tr>
<tr>
<td bgcolor="#eceae1" valign="bottom"> <b>Name of<br />Property</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Rule syntax</b>
</td>
<td bgcolor="#eceae1" valign="bottom"> <b>Possible values</b>
</td>
</tr>
<tr>
<td valign="top"> position
</td>
<td valign="top"> &lt;selector&gt;{position:&lt;value&gt;}
</td>
<td valign="top"> absolute, relative
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> top</p>
</td>
<td valign="top"> &lt;selector&gt;{top:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;, &lt;percentage&gt;, auto
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> left</p>
</td>
<td valign="top"> &lt;selector&gt;{left:&lt;value&gt;}
</td>
<td valign="top"> &lt;length&gt;, &lt;percentage&gt;, auto
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> visibility</p>
</td>
<td valign="top"> &lt;selector&gt;{visibility:&lt;value&gt;}
</td>
<td valign="top"> hidden, visible, inherit
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> z-index
</td>
<td valign="top"> &lt;selector&gt;{z-index:&lt;value&gt;}</p>
</td>
<td valign="top"> &lt;number&gt;, auto
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> overflow
</td>
<td valign="top"> &lt;selector&gt;{overflow:&lt;value&gt;}
</td>
<td valign="top"> visible, hidden, auto</p>
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td colspan="3">
<p><font color="#ff6600">$ = Shorthand Property<br />
</font></font></font></font></font></p>
</td>
</tr>
</tbody>
</table>
<p></p>
<div id="series">
<div class="series_hdr">From the series</div>
<table style="background: none repeat scroll 0% 0% rgb(229, 249, 255);" width="580">
<tbody>
<tr>
<td>
<p><a href="/2010/02/css-guide/">Stylesheets Guide</a><br />
<a href="/2010/02/how-css-works/">How CSS Works</a><br />
<a href="/2010/02/linking-stylesheets/">Linking Stylesheets</a><br />
<a href="/2010/02/css-units-of-measure/">CSS Units of Measure</a><br />
<a href="/2010/02/css-attributes/">CSS Attributes</a><br />
<strong class="selflink">CSS Properties</strong><br />
<a href="/2010/02/css-examples/">CSS Examples</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/css-properties/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>CSS Attributes</title>
        <link>http://www.webmonkey.com/2010/02/css-attributes/</link>
        <comments>http://www.webmonkey.com/2010/02/css-attributes/#comments</comments>
        <pubDate>Wed, 03 Feb 2010 23:57:31 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://origin.prod2.webmonkey.com/?p=46216</guid>
        		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[stylesheet]]></category>
        <description><![CDATA[Class and ID Classes let you create grouping schemes among styled HTML tags by adding the style definition of a particular class to the style definitions of several different tags. In the stylesheet, a class name is preceded by a period (.) to identify it as such: .foo {property 1:value 1; property 2:value 2} A [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --></p>
<p><b>Class and ID</b></p>
<p>Classes let you create grouping schemes among styled HTML tags by adding the style definition of a particular class to the style definitions of several different tags. In the stylesheet, a class name is preceded by a period (.) to identify it as such:
</p>
<pre class="brush: js">
	.foo {property 1:value 1; property 2:value 2} 
</pre>
<p>A very simple example:
</p>
<pre class="brush: js">
	&lt;style&gt;

    P {font-family:sans-serif; font-size:10pt}
    H1 {font-family:serif; font-size:30pt}
    H2 {font-family:serif; font-size:24pt}
    .red {color:red}
    .green {color:green}
    .blue {color:blue}

    &lt;/style&gt; 
</pre>
<p>The tags and classes can then be used in combination:
</p>
<pre class="brush: js">
	<tt>&lt;h1 class="red"&gt;This is rendered as 30-point red serif text.&lt;/h1&gt;</tt>
</pre>
<pre class="brush: js">
	<tt>&lt;p class="red"&gt;This is rendered as 10-point red sans-serif text.&lt;/p&gt;</tt> 

</pre>
<p>Or not:
</p>
<pre class="brush: js">
	<tt>&lt;p&gt;This is rendered as 10-point sans-serif text in the default color.&lt;/p&gt;</tt> 
</pre>
<p>The ID attribute is used for a uniquely defined style within a stylesheet. In the stylesheet, an ID name is preceded by a hash mark (#) to identify it as such:
</p>
<pre class="brush: js">
	<tt>#foo {property 1:value 1; property 2:value 2}</tt>
	<tt>&lt;h2 id="foo"&gt;Text rendered in the foo style.&lt;h2&gt;</tt> 

</pre>
<p>Text-Level Attributes:<tt>&lt;SPAN&gt;</tt> and <tt>&lt;DIV&gt;</tt></p>
<p>The <tt>&lt;span&gt;</tt> tag is generally used to apply a style to inline text:
</p>
<pre class="brush: js">
	<tt>&lt;p&gt;<span class="foo">This text is rendered as foo-style</span> and this is not. </tt>

</pre>
<p>The <tt>&lt;div&gt;</tt> tag is generally used to apply a style to a block of text, which can also include other HTML elements:
</p>
<pre class="brush: js">
    &lt;div class="foo"&gt;
    &lt;p&gt;The "foo" style will be applied to this text, and to &lt;a href="page.html"&gt;this text&lt;/a&gt; as well.
    &lt;/div&gt; 
</pre>
<p>The style attribute provides a way to define a style for a single instance of an element:</p>
<pre class="brush: js">
&lt;p style="font-size:10pt; color:red"&gt;This text is rendered as red, 10-point type&lt;/p&gt;
</pre>
<p>The class, ID, and style attributed can be applied within the <tt>&lt;span&gt;</tt> and <tt>&lt;div&gt;</tt> elements. Used with class or ID, the <tt>&lt;span&gt;</tt> and <tt>&lt;div&gt;</tt> tags work like customized HTML tags, letting you define logical containers and apply a style to their contents.</p>
<div id="series">
<div class="series_hdr">From the series</div>
<table style="background: none repeat scroll 0% 0% rgb(229, 249, 255);" width="580">
<tbody>
<tr>
<td>
<p><a href="/2010/02/css-guide/">Stylesheets Guide</a><br />
<a href="/2010/02/how-css-works/">How CSS Works</a><br />
<a href="/2010/02/linking-stylesheets/">Linking Stylesheets</a><br />
<a href="/2010/02/css-units-of-measure/">CSS Units of Measure</a><br />
<strong class="selflink">CSS Attributes</strong><br />
<a href="/2010/02/css-properties/">CSS Properties</a><br />
<a href="/2010/02/css-examples/">CSS Examples</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/css-attributes/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>CSS Units of Measure</title>
        <link>http://www.webmonkey.com/2010/02/css-units-of-measure/</link>
        <comments>http://www.webmonkey.com/2010/02/css-units-of-measure/#comments</comments>
        <pubDate>Wed, 03 Feb 2010 23:53:29 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://origin.prod2.webmonkey.com/?p=46213</guid>
        		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[stylesheet]]></category>
        <description><![CDATA[Throughout this CSS reference guide, abstract values (notably values involving units of measure) appear between angle brackets:&#60;color&#62;. They should be replaced by actual values as indicated in the key below. Length Units &#60;length&#62; indicates a number followed by a unit of measure:24px. The number can be an integer or a decimal fraction, and can be [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p>Throughout this CSS reference guide, abstract values (notably values involving units of measure) appear between angle brackets:<tt>&lt;color&gt;</tt>. They should be replaced by actual values as indicated in the key below.
</p>
<h3> <span class="mw-headline">Length Units</span></h3>
<p><tt>&lt;length&gt;</tt> indicates a number followed by a unit of measure:24px.
</p>
<p>The number can be an integer or a decimal fraction, and can be preceded by + or -.</p>
<p>Units can be absolute or relative:</p>
<p><b>Absolute:</b> mm, cm, in, pt, pc (millimeters, centimeters, inches, points, picas)</p>
<p><b>Relative:</b> em, ex, px (the element&#8217;s font height, the element&#8217;s x-height, pixels)</p>
<p><b>Font size</b> may be defined in points, pixels, inches, or centimeters (pt, px, in, cm) or as a percentage.</p>
<p><tt>&lt;absolute-size&gt;</tt> can be:xx-small, x-small, small, medium, large, x-large, xx-large.</p>
<p><tt>&lt;relative-size&gt;</tt> can be:larger, smaller.
</p>
<h3> <span class="mw-headline">Percentage Units</span></h3>
<p><tt>&lt;percentage&gt;</tt> indicates a number followed by a&nbsp;% sign:50%.</p>
<p>In the text-indent, margin, padding, and width properties, percentage values are relative to the width of the parent element.</p>
<p>In the font-size property, percentage values are relative to the font size of the parent element.</p>
<p>In <tt>&lt;color&gt;</tt> values, percentages can be used to express RGB values.</p>
<h3> <span class="mw-headline">Color Units</span></h3>
<p><tt>&lt;color&gt;</tt> can represent either <tt>&lt;color-name&gt;</tt> or <tt>&lt;rgb&gt;</tt> values, as defined below:</p>
<p><b><tt>&lt;color-name&gt;</tt> can be:</b> aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow</p>
<p><b><tt>&lt;rgb&gt;</tt> can be:</b> </p>
<p>#<tt>&lt;hex&gt;&lt;hex&gt;&lt;hex&gt;</tt> </p>
<p>rgb(<tt>&lt;number&gt;</tt>, <tt>&lt;number&gt;</tt>, <tt>&lt;number&gt;</tt>) </p>
<p>rgb(<tt>&lt;percentage&gt;</tt>,<tt>&lt;percentage&gt;</tt>,<tt>&lt;percentage&gt;</tt>) </p>
<p><tt>&lt;hex&gt;</tt> represents a hexidecimal value, <tt>&lt;number&gt;</tt> a decimal value, and <tt>&lt;percentage&gt;</tt> a percentage.
</p>
<div id="series">
<div class="series_hdr">From the series</div>
<table style="background: none repeat scroll 0% 0% rgb(229, 249, 255);" width="580">
<tbody>
<tr>
<td>
<p><a href="/2010/02/css-guide/">Stylesheets Guide</a><br />
<a href="/2010/02/how-css-works/">How CSS Works</a><br />
<a href="/2010/02/linking-stylesheets/">Linking Stylesheets</a><br />
<strong class="selflink">CSS Units of Measure</strong><br />
<a href="/2010/02/css-attributes/">CSS Attributes</a><br />
<a href="/2010/02/css-properties/">CSS Properties</a><br />
<a href="/2010/02/css-examples/">CSS Examples</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/css-units-of-measure/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Linking Stylesheets</title>
        <link>http://www.webmonkey.com/2010/02/linking-stylesheets/</link>
        <comments>http://www.webmonkey.com/2010/02/linking-stylesheets/#comments</comments>
        <pubDate>Wed, 03 Feb 2010 23:51:16 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://origin.prod2.webmonkey.com/?p=46209</guid>
        		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[stylesheet]]></category>
        <description><![CDATA[Local (inline) stylesheet declarations, specific to a single instance on a page, can be used instead of &#60;font&#62; tags to specify font size, color, and typeface and to define margins, leading, etc. &#60;p style="font size:small; color:red; font-weight:bold; font-family:Arial, Helvetica, non-serif"&#62; This is a local stylesheet declaration. &#60;/p&#62; Global (embedded) stylesheet declarations, applicable to an entire [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p>Local (inline) stylesheet declarations, specific to a single instance on a page, can be used instead of <tt>&lt;font&gt;</tt> tags to specify font size, color, and typeface and to define margins, leading, etc.</p>
<pre class="brush: js">
&lt;p style="font size:small; color:red; font-weight:bold; 
font-family:Arial, Helvetica, non-serif"&gt;
This is a local stylesheet declaration. 
&lt;/p&gt; 
</pre>
<p>Global (embedded) stylesheet declarations, applicable to an entire document, are defined within the <tt>&lt;style&gt;</tt> and <tt>&lt;/style&gt;</tt> tags, which precede the &lt;body&gt; tag in the HTML document and are usually placed in the header.</p>
<p>To embed a global stylesheet in your HTML document:
</p>
<pre class="brush: js">
&lt;html&gt;
    &lt;head&gt;
    &lt;title&gt;Title&lt;/title&gt;
    &lt;style type="text/css"&gt;
    &lt;!--
    [STYLE INFORMATION GOES HERE]
    --&gt;

    &lt;/style&gt;
    &lt;/head&gt;
    &lt;body&gt;
    [DOCUMENT BODY GOES HERE]
    &lt;/body&gt;
    &lt;/html&gt;
</pre>
<p>Linked stylesheet declarations use a single stylesheet (in a separate file, saved with the .css suffix) to define multiple pages. A typical .css file is a text file containing style rules, as here:
</p>
<pre class="brush: js">
P {font-family:non-serif; font-size:medium; color:red}
H1 {font-family:serif; font-size:x-large; color:green}
H2 {font-family:serif; font-size:large; color:blue}
</pre>
<p>To apply a .css stylesheet (&#8220;style.css&#8221; in the example below) to an HTML page, a <tt>&lt;link&gt;</tt> tag is added to the page header:
</p>
<pre class="brush: js">
&lt;head&gt;
&lt;link rel="stylesheet" href="style.css" type="text/css"&gt;
&lt;/head&gt;
</pre>
<p><b>Inheritance</b></p>
<p>In cases where local, global, and linked style definitions conflict, the most specific stylesheet will generally take precedence:local overrides global, global overrides linked. Similarly, inline style attributes override ID, ID overrides class, and class overrides stylesheet-defined HTML elements.
</p>
<div id="series">
<div class="series_hdr">From the series</div>
<table style="background: none repeat scroll 0% 0% rgb(229, 249, 255);" width="580">
<tbody>
<tr>
<td>
<p><a href="/2010/02/css-guide/">Stylesheets Guide</a><br />
<a href="/2010/02/how-css-works/">How CSS Works</a><br />
<strong class="selflink">Linking Stylesheets</strong><br />
<a href="/2010/02/css-units-of-measure/">CSS Units of Measure</a><br />
<a href="/2010/02/css-attributes/">CSS Attributes</a><br />
<a href="/2010/02/css-properties/">CSS Properties</a><br />
<a href="/2010/02/css-examples/">CSS Examples</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/linking-stylesheets/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>How CSS Works</title>
        <link>http://www.webmonkey.com/2010/02/how-css-works/</link>
        <comments>http://www.webmonkey.com/2010/02/how-css-works/#comments</comments>
        <pubDate>Wed, 03 Feb 2010 23:49:41 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://origin.prod2.webmonkey.com/?p=46206</guid>
        		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[stylesheet]]></category>
        <description><![CDATA[CSS overrides the browser&#8217;s default settings for interpreting how tags should be displayed, letting you use any HTML element indicated by an opening and closing tag (including the &#60;p&#62; tag) to apply style attributes defined either locally or in a stylesheet. Stylesheets contain rules, composed of selectors and declarations that define how styles will be [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --></p>
<p>CSS overrides the browser&#8217;s default settings for interpreting how tags should be displayed, letting you use any HTML element indicated by an opening and closing tag (including the <tt>&lt;p&gt;</tt> tag) to apply style attributes defined either locally or in a stylesheet.</p>
<p>Stylesheets contain rules, composed of selectors and declarations that define how styles will be applied. The selector (a redefined HTML element, class name, or ID name) is the link between the HTML document and the style. There are two different kinds of selectors:types (HTML element tags) and attributes (such as class and ID names).</p>
<p>A CSS declaration has two parts,</p>
<pre class="brush: js">
a property ("color") and a value ("red"). 
</pre>
<p>The basic syntax of a rule
</p>
<pre class="brush: js">
selector {property 1:value 1; property 2:value 2} " 
</pre>
<p>An example (containing two declarations, as above)
</p>
<pre class="brush: js">
P {font-size:8pt; color:red}
</pre>
<p>CSS is not picky about whitespace, linebreaks, or extra semi-colons, so you can format complex CSS files to make them more manageable;
</p>
<pre class="brush: js">
P {
   font-size: 8pt; 
   color: red;
}
</pre>
<p>In addition, you can apply the same style rules to more than one element simultaneously by comma-separating them;
</p>
<pre class="brush: js">
H1, H2, H3 {
   font-size: 8pt; 
   color: red;
}
</pre>
<div id="series">
<div class="series_hdr">From the series</div>
<table style="background: none repeat scroll 0% 0% rgb(229, 249, 255);" width="580">
<tbody>
<tr>
<td>
<p><a href="/2010/02/css-guide/">Stylesheets Guide</a><br />
<strong class="selflink">How CSS Works</strong><br />
<a href="/2010/02/linking-stylesheets/">Linking Stylesheets</a><br />
<a href="/2010/02/css-units-of-measure/">CSS Units of Measure</a><br />
<a href="/2010/02/css-attributes/">CSS Attributes</a><br />
<a href="/2010/02/css-properties/">CSS Properties</a><br />
<a href="/2010/02/css-examples/">CSS Examples</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/how-css-works/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>CSS Guide</title>
        <link>http://www.webmonkey.com/2010/02/css-guide/</link>
        <comments>http://www.webmonkey.com/2010/02/css-guide/#comments</comments>
        <pubDate>Wed, 03 Feb 2010 23:48:23 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://origin.prod2.webmonkey.com/?p=46203</guid>
        		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[stylesheet]]></category>
        <description><![CDATA[What Is CSS? CSS (cascading stylesheets) is a simple mechanism for controlling the style of a web document without compromising its structure. By separating visual design elements (fonts, colors, margins, and so on) from the structural logic of a web page, CSS gives designers the control they crave without sacrificing the integrity of the data, [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><b>What Is CSS?</b> </p>
<p>CSS (cascading stylesheets) is a simple mechanism for controlling the style of a web document without compromising its structure. By separating visual design elements (fonts, colors, margins, and so on) from the structural logic of a web page, CSS gives designers the control they crave without sacrificing the integrity of the data, thus maintaining its usability in multiple environments. </p>
<p>In addition, defining typographic design and page layout from within a single, distinct block of code &#8212; without having to resort to image maps, <tt>&lt;font&gt;</tt> tags, tables, and spacer GIFs &#8212; allows for faster downloads, streamlined site maintenance, and instantaneous global control of design attributes across multiple pages.</p>
<p>Client-side support for the various CSS properties is uneven, even among browsers that support stylesheets.
</p>
<div id="series">
<div class="series_hdr">From the series</div>
<table style="background: none repeat scroll 0% 0% rgb(229, 249, 255);" width="580">
<tbody>
<tr>
<td>
<p><strong>Stylesheets Guide</strong><br />
<a href="/2010/02/how-css-works/">How CSS Works</a><br />
<a href="/2010/02/linking-stylesheets/">Linking Stylesheets</a><br />
<a href="/2010/02/css-units-of-measure/">CSS Units of Measure</a><br />
<a href="/2010/02/css-attributes/">CSS Attributes</a><br />
<a href="/2010/02/css-properties/">CSS Properties</a><br />
<a href="/2010/02/css-examples/">CSS Examples</a></p>
</td>
</tr>
</tbody>
</table>
</div>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/css-guide/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>CSS Examples</title>
        <link>http://www.webmonkey.com/2010/02/css-examples/</link>
        <comments>http://www.webmonkey.com/2010/02/css-examples/#comments</comments>
        <pubDate>Wed, 03 Feb 2010 23:47:09 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://origin.prod2.webmonkey.com/?p=46200</guid>
        		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[stylesheet]]></category>
        <description><![CDATA[Individual Properties Style rules Comments p {font-family:Helvetica, Geneva; Of those listed, the first available font will be applied. font-style:italic; Text will be rendered as italic. font-weight:bold; Text will be rendered as bold. font-size:10pt; Text will be rendered as 10-point type. color:#00FFFF; Text will be rendered to the hex color value #00FFFF. background-color:blue; The element&#8217;s background [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --></p>
<table cellpadding="2" cellspacing="2" width="560">
<tbody>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Individual Properties</b>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#eceae1" valign="bottom"> <b>Style rules</b></p>
</td>
<td bgcolor="#eceae1" valign="center"> <b>Comments</b>
</td>
</tr>
<tr>
<td valign="top"> p
</td>
<td align="right" valign="top"> <b>{font-family:Helvetica, Geneva;</b>
</td>
<td valign="top"> Of those listed, the first available font will be applied.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>font-style:italic;</b></p>
</td>
<td valign="top"> Text will be rendered as italic.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>font-weight:bold;</b>
</td>
<td valign="top"> Text will be rendered as bold.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>font-size:10pt;</b>
</td>
<td valign="top"> Text will be rendered as 10-point type.</p>
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>color:#00FFFF;</b>
</td>
<td valign="top"> Text will be rendered to the hex color value #00FFFF.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>background-color:blue;</b>
</td>
<td valign="top"> The element&#8217;s background color will be rendered as blue.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>background-image:url(images/foo.gif)}</b>
</td>
<td valign="top"> The element will have the background image(s) specified.
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> .foo
</td>
<td align="right" valign="top"> <b>{text-decoration:underlined}</b></p>
</td>
<td valign="top"> Text in the class &#8220;foo&#8221; will be underlined.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{text-transform:lowercase}</b>
</td>
<td valign="top"> Text in the class &#8220;foo&#8221; will be rendered as lowercase.
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> #foo</p>
</td>
<td align="right" valign="top"> <b>{text-align:center}</b>
</td>
<td valign="top"> Text with the ID &#8220;foo&#8221; will be center-aligned.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{text-indent:1em}</b>
</td>
<td valign="top"> Text with the ID &#8220;foo&#8221; will be indented 1 em.
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> p
</td>
<td align="right" valign="top"> <b>{margin-top:12px;</b>
</td>
<td valign="top"> The element&#8217;s top margin will be 12 pixels.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>margin-bottom:18px;</b>
</td>
<td valign="top"> The element&#8217;s bottom margin will be 18 pixels.</p>
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>padding-right:8pt;</b>
</td>
<td valign="top"> The element&#8217;s right padding will be 8 points.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>padding-left:4pt}</b>
</td>
<td valign="top"> The element&#8217;s left padding will be 4 points.
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> body
</td>
<td align="right" valign="top"> <b>{border-color:red;</b>
</td>
<td valign="top"> Borders will be red.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>border-style:solid}</b></p>
</td>
<td valign="top"> Borders will be solid.
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Block-level and replaced elements</b>
</td>
</tr>
<tr>
<td valign="top"> img
</td>
<td align="right" valign="top"> <b>{width:20px;</b>
</td>
<td valign="top"> The element&#8217;s width will be 20 pixels.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>height:40px;</b>
</td>
<td valign="top"> The element&#8217;s height will be 40 pixels.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>float:left}</b>
</td>
<td valign="top"> Text will flow to the left of the element.
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> p
</td>
<td align="right" valign="top"> <b>{clear:left}</b>
</td>
<td valign="top"> Moves the element below a floating element placed on the left.
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Shorthand Properties</b>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#eceae1" valign="bottom"> <b>Style rules</b>
</td>
<td bgcolor="#eceae1" valign="center"> <b>Comments</b>
</td>
</tr>
<tr>
<td valign="top"> p
</td>
<td align="right" valign="top"> <b>{font:10pt bold non-serif}</b>
</td>
<td valign="top"> Text will be rendered as 10-point bold non-serif type.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{background:black}</b>
</td>
<td valign="top"> The element&#8217;s background color will be black.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{margin:25px}</b>
</td>
<td valign="top"> All of the element&#8217;s margins will be 25 pixels.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{margin:20px 10px 20px 10px}</b>
</td>
<td valign="top"> Top and bottom margins will be 20 pixels; left and right margins will be 10 pixels.
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> body
</td>
<td align="right" valign="top"> <b>{padding:2px}</b></p>
</td>
<td valign="top"> Padding will be 2 pixels on each side.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{padding:8px 4px 8px 4px}</b>
</td>
<td valign="top"> Top and bottom padding will be 8 pixels; left and right padding will be 4 pixels.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{border:2px solid red}</b>
</td>
<td valign="top"> There will be a red, solid border on all sides of the element.</p>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#eceae1"> <b>Position (CSS &#8211; P)</b>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#eceae1" valign="bottom"> <b>Style rules</b>
</td>
<td bgcolor="#eceae1" valign="center"> <b>Comments</b>
</td>
</tr>
<tr>
<td valign="top"> #foo</p>
</td>
<td align="right" valign="top"> <b>{position:absolute; top:15pt; left:15pt}</b>
</td>
<td valign="top"> The element&#8217;s absolute position will be set 15 points from the top and 15 points from the left.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{visibility:hidden}</b>
</td>
<td valign="top"> The element&#8217;s contents will be hidden.
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> .foo
</td>
<td align="right" valign="top"> <b>{z-index:2}</b>
</td>
<td valign="top"> The element&#8217;s z-index will be two.
</td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td valign="top"> p</p>
</td>
<td align="right" valign="top"> <b>{overflow:visible}</b>
</td>
<td valign="top"> The element&#8217;s contents will be rendered (visible) even if they exceed its height or width.
</td>
</tr>
<tr>
<td>
</td>
<td align="right" valign="top"> <b>{overflow:hidden}</b>
</td>
<td valign="top"> The element&#8217;s contents will be clipped to its height and width, and no scrolling mechanism will be provided.
</td>
</tr>
</tbody>
</table>
<div id="series">
<div class="series_hdr">From the series</div>
<table style="background: none repeat scroll 0% 0% rgb(229, 249, 255);" width="580">
<tbody>
<tr>
<td>
<p><a href="/2010/02/css-guide/">Stylesheets Guide</a><br />
<a href="/2010/02/how-css-works/">How CSS Works</a><br />
<a href="/2010/02/linking-stylesheets/">Linking Stylesheets</a><br />
<a href="/2010/02/css-units-of-measure/">CSS Units of Measure</a><br />
<a href="/2010/02/css-attributes/">CSS Attributes</a><br />
<a href="/2010/02/css-properties/">CSS Properties</a><br />
<strong class="selflink">CSS Examples</strong></p>
</td>
</tr>
</tbody>
</table>
</div>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/css-examples/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    </channel>
</rss>
