<?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>CSS Tutorials and CSS Articles &#187; CSS Outline</title>
	<atom:link href="http://www.cssmaster.co.uk/tag/css-outline/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cssmaster.co.uk</link>
	<description>CSS tutorials and articles</description>
	<lastBuildDate>Tue, 02 Feb 2010 01:43:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Outline</title>
		<link>http://www.cssmaster.co.uk/css-outline</link>
		<comments>http://www.cssmaster.co.uk/css-outline#comments</comments>
		<pubDate>Sat, 16 Jan 2010 21:57:20 +0000</pubDate>
		<dc:creator>CSS Master</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[CSS Border]]></category>
		<category><![CDATA[CSS Outline]]></category>

		<guid isPermaLink="false">http://www.cssmaster.co.uk/?p=41</guid>
		<description><![CDATA[A CSS Outline is extremely similar to CSS Border.  A CSS Outline is simply a CSS Border outside the element.  Using CSS outlines you can make an element stand out and have two seperate borders.
.my_div { outline:1px solid #000; }
Would produce:
A 1px solid outline
Now let&#8217;s include this with a border.
.my_div {
&#160;&#160;outline:1px solid #000;
&#160;&#160;border:1px [...]]]></description>
			<content:encoded><![CDATA[<p>A <strong>CSS Outline</strong> is extremely similar to <a href="http://www.cssmaster.co.uk/css-border">CSS Border</a>.  A <strong>CSS Outline</strong> is simply a <a href="http://www.cssmaster.co.uk/css-border">CSS Border</a> outside the element.  Using CSS outlines you can make an element stand out and have two seperate borders.</p>
<p><code>.my_div { outline:1px solid #000; }</code><br />
Would produce:</p>
<div style="outline:1px solid #000;">A 1px solid outline</div>
<p>Now let&#8217;s include this with a border.<br />
<code>.my_div {<br />
&nbsp;&nbsp;outline:1px solid #000;<br />
&nbsp;&nbsp;border:1px dashed #000;<br />
}</code><br />
Would produce:</p>
<div style="outline:1px solid #000;border:1px dashed #000;">A 1px solid outline, with 1px dashed border</div>
<p>The <strong>CSS Outline</strong> syntax is pretty much the same as <a href="http://www.cssmaster.co.uk/css-border">CSS Borders</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssmaster.co.uk/css-outline/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

