<?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>Ramblings &#187; css</title>
	<atom:link href="http://matthewkwilliams.com/index.php/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewkwilliams.com</link>
	<description>Musings of Matt Williams</description>
	<lastBuildDate>Thu, 04 Nov 2010 18:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Javascript with CSS Sprites Animation</title>
		<link>http://matthewkwilliams.com/index.php/2009/02/11/javascript-with-css-sprites-animation/</link>
		<comments>http://matthewkwilliams.com/index.php/2009/02/11/javascript-with-css-sprites-animation/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 20:06:25 +0000</pubDate>
		<dc:creator>Matt Williams</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://matthewkwilliams.com/?p=203</guid>
		<description><![CDATA[One of the issues with gif animations is being able to stop and start them at will.  This post examines a method of using javascript to control CSS Background Sprites for Animation.]]></description>
		<wfw:commentRss>http://matthewkwilliams.com/index.php/2009/02/11/javascript-with-css-sprites-animation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS tooltips using CSS Sprites</title>
		<link>http://matthewkwilliams.com/index.php/2008/08/29/css-tooltips-using-css-sprites/</link>
		<comments>http://matthewkwilliams.com/index.php/2008/08/29/css-tooltips-using-css-sprites/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 19:37:59 +0000</pubDate>
		<dc:creator>Matt Williams</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[gotchas]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://matthewkwilliams.com/?p=111</guid>
		<description><![CDATA[For a project I&#8217;m currently working on I wanted to make some &#8220;bubble&#8221; tooltips.  In order to cut down on the size/number of images, I&#8217;m using css sprites.  A quick google reveals that nobody else has (at least on the first page) put together tooltips using sprites.  The technique will work with any sort of [...]]]></description>
		<wfw:commentRss>http://matthewkwilliams.com/index.php/2008/08/29/css-tooltips-using-css-sprites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS &#8220;width&#8221; gotcha</title>
		<link>http://matthewkwilliams.com/index.php/2008/08/28/css-width-gotcha/</link>
		<comments>http://matthewkwilliams.com/index.php/2008/08/28/css-width-gotcha/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:56:46 +0000</pubDate>
		<dc:creator>Matt Williams</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[gotchas]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://matthewkwilliams.com/?p=109</guid>
		<description><![CDATA[I found out something interesting today.  Per the W3C, the total &#8220;width&#8221; that a block element uses is: If &#8216;left&#8217; or &#8216;right&#8217; are given as &#8216;auto&#8217;, their computed value is 0. The following constraints must hold between the other properties: &#8216;margin-left&#8217; + &#8216;border-left-width&#8217; + &#8216;padding-left&#8217; + &#8216;width&#8217; + &#8216;padding-right&#8217; + &#8216;border-right-width&#8217; + &#8216;margin-right&#8217; = width [...]]]></description>
		<wfw:commentRss>http://matthewkwilliams.com/index.php/2008/08/28/css-width-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

