<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Sean McCullough</title>
	<link>http://seanmccullough.ca/blog</link>
	<description>Learn, Understand, Apply, Share and repeat</description>
	<lastBuildDate>Mon, 21 Sep 2009 20:28:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Styling Ordered Lists</title>
		<description><![CDATA[Styling ordered lists?....but want a fancy styling on the list numbers themselves?
Try this:
[CSS]
ol { font: italic 1em Trebuchet MS, Times, serif;  color: #000000; }
ol span { font: normal .75em Arial, Helvetica, sans-serif; color: #7e7e7e; }
[HTML]
&#60;ol&#62;
&#60;li&#62;
&#60;span&#62;First, check out the great purple sun its awesome&#60;/span&#62;
&#60;/li&#62;
&#60;li&#62;
&#60;span&#62;Secondly, its purple&#60;/span&#62;
&#60;/li&#62;
&#60;li&#62;
&#60;span&#62;Thirdly, it tastes like grapes&#60;/span&#62;
&#60;/li&#62;
&#60;/ol&#62;
ol {
font: italic 1em Trebuchet MS, Times, serif;
color: #000000;
}
ol span {
font: normal .75em [...]]]></description>
		<link>http://seanmccullough.ca/blog/?p=42</link>
			</item>
	<item>
		<title>Print Preview shortcut in most browsers</title>
		<description><![CDATA[Print preview shortcut for most browsers]]></description>
		<link>http://seanmccullough.ca/blog/?p=40</link>
			</item>
	<item>
		<title>Wacky margins in IE6?</title>
		<description><![CDATA[IE6 messing up your margins?]]></description>
		<link>http://seanmccullough.ca/blog/?p=26</link>
			</item>
	<item>
		<title>.clearfix</title>
		<description><![CDATA[Ever have a div or another HTML element that WILL NOT listen to a set height?]]></description>
		<link>http://seanmccullough.ca/blog/?p=21</link>
			</item>
	<item>
		<title>jQuery&#8217;s curvycorners issue with the IE&#8217;s</title>
		<description><![CDATA[Fix to a frustrating little bug I uncovered while playing with an other wise handy plug-in for jQuery.]]></description>
		<link>http://seanmccullough.ca/blog/?p=15</link>
			</item>
	<item>
		<title>Scroll bars in IE vs. FireFox</title>
		<description><![CDATA[FireFox applies scroll bars to just the <body> tag of your html where as IE applies them to the <html> tag.]]></description>
		<link>http://seanmccullough.ca/blog/?p=4</link>
			</item>
</channel>
</rss>
