<?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>Tutorius &#187; CSS</title>
	<atom:link href="http://www.tutorius.com/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorius.com</link>
	<description>Tutorials &#38; Articles &#38; such as that</description>
	<lastBuildDate>Tue, 29 Jun 2010 13:06:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Uniform Form Styling</title>
		<link>http://www.tutorius.com/uniform-form-styling</link>
		<comments>http://www.tutorius.com/uniform-form-styling#comments</comments>
		<pubDate>Mon, 07 Jun 2010 12:53:40 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tutorius.com/?p=866</guid>
		<description><![CDATA[Sometime something comes along the stands out from the crowd. Uniform is one of those things.&#160; Uniform is a Forms Styling tool using jQuery and CSS to create some pretty snappy looking form elements. &#160; http://pixelmatrixdesign.com/uniform/]]></description>
		<wfw:commentRss>http://www.tutorius.com/uniform-form-styling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Conditional Comments to add CSS file for IE browsers</title>
		<link>http://www.tutorius.com/using-conditional-comments-to-add-css-file-for-ie-browsers</link>
		<comments>http://www.tutorius.com/using-conditional-comments-to-add-css-file-for-ie-browsers#comments</comments>
		<pubDate>Fri, 27 Nov 2009 23:45:05 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=653</guid>
		<description><![CDATA[Due to a lack of standards compliance in Internet Explorer (particularly older versions) it is often necessary to add CSS code to get around the shortcomings of IE. However, there's no point in using the file on browsers other than those older versions of IE.  To do so would only clutter the site, slow load [...]]]></description>
		<wfw:commentRss>http://www.tutorius.com/using-conditional-comments-to-add-css-file-for-ie-browsers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Images overflowing the boundaries of a DIV</title>
		<link>http://www.tutorius.com/images-overflowing-the-boundaries-of-a-div</link>
		<comments>http://www.tutorius.com/images-overflowing-the-boundaries-of-a-div#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:01:13 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=549</guid>
		<description><![CDATA[A new month brought a new problem. I wanted to set up a staff page for a new site, with a box containing a photo and a profile of the person. The photo was floated to one side of the DIV or the other. I used alternating sides, but that's a matter of taste. The [...]]]></description>
		<wfw:commentRss>http://www.tutorius.com/images-overflowing-the-boundaries-of-a-div/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centering a DIV element</title>
		<link>http://www.tutorius.com/centering-a-div-element</link>
		<comments>http://www.tutorius.com/centering-a-div-element#comments</comments>
		<pubDate>Tue, 06 Oct 2009 20:42:13 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[centre]]></category>
		<category><![CDATA[div]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=457</guid>
		<description><![CDATA[Trying to center a DIV element can be a frustrating experience. &#60;div id=&#34;content&#34;&#62; This is a DIV block that is to be centered. I don't want the text to be centred, though, just the block. &#60;/div&#62; The trick is to specify a width for the div, then set the left and right margins to auto. [...]]]></description>
		<wfw:commentRss>http://www.tutorius.com/centering-a-div-element/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the font of code blocks with geshi syntax highlighter</title>
		<link>http://www.tutorius.com/changing-the-font-of-code-blocks-with-geshi-syntax-highlighter</link>
		<comments>http://www.tutorius.com/changing-the-font-of-code-blocks-with-geshi-syntax-highlighter#comments</comments>
		<pubDate>Fri, 31 Jul 2009 17:46:22 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=297</guid>
		<description><![CDATA[By default, geshi-derived syntax highlighters use a serif font to display code blocks.  Many people find serif fonts less clear than the visually simpler sans-serif fonts. A good choice is Lucida Console.  Consolas is even better because it has a slashed zero, which is easier to distinguish from the capital letter "O", though not as many [...]]]></description>
		<wfw:commentRss>http://www.tutorius.com/changing-the-font-of-code-blocks-with-geshi-syntax-highlighter/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Avoid &#039;page jump&#039; by forcing a scroll bar</title>
		<link>http://www.tutorius.com/avoid-page-jump-by-forcing-a-scroll-bar</link>
		<comments>http://www.tutorius.com/avoid-page-jump-by-forcing-a-scroll-bar#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:28:43 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jump]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[vertical]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=116</guid>
		<description><![CDATA[Occasionally a web page jumps horizontally because a switch of page or change of content causes a vertical scroll bar to appear. This can be avoided with a little CSS trick; 1 2 3 html &#123; overflow-y: scroll; &#125; This can be placed in the &#60;head&#62; element of a page that is prone to the [...]]]></description>
		<wfw:commentRss>http://www.tutorius.com/avoid-page-jump-by-forcing-a-scroll-bar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
