<?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>Frank's Musings&#187; CSS</title>
	<atom:link href="http://staff.washington.edu/fmf/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://staff.washington.edu/fmf</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2009 21:26:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Understanding CSS and Floats</title>
		<link>http://staff.washington.edu/fmf/2009/09/01/understanding-css-and-floats/</link>
		<comments>http://staff.washington.edu/fmf/2009/09/01/understanding-css-and-floats/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:29:49 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=576</guid>
		<description><![CDATA[

Floats are a powerful feature of CSS and for the most part are pretty straightforward to use.
However, there are many subtleties about them which can cause people to wonder why, for example, images aren&#8217;t correctly positioned.
Usually the quickest solution is to throw a bunch of clear: both CSS rules either onto objects or onto empty [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/09/01/understanding-css-and-floats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS and jQuery animation</title>
		<link>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/</link>
		<comments>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:17:05 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=551</guid>
		<description><![CDATA[
Animation in web applications can do more than add pizazz to a page, it can give good visual cues to the user as to what is happening.
For example, consider an image carousel, where you have one largish image and smaller ones in the background.
Having images animate to get larger and move into place (in addition [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coloring odd/even rows of lists</title>
		<link>http://staff.washington.edu/fmf/2009/06/23/coloring-oddeven-rows-of-lists/</link>
		<comments>http://staff.washington.edu/fmf/2009/06/23/coloring-oddeven-rows-of-lists/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 22:32:41 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=478</guid>
		<description><![CDATA[There are several methods you can use to create odd/even stripes for lists to make them easier to scan. A List Apart had an article about creating stripes, but being over five years old, it understandably doesn&#8217;t cover some newer techniques which are available. Then again, the need to support legacy browsers makes the article [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/06/23/coloring-oddeven-rows-of-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Columns</title>
		<link>http://staff.washington.edu/fmf/2009/05/06/css3-columns/</link>
		<comments>http://staff.washington.edu/fmf/2009/05/06/css3-columns/#comments</comments>
		<pubDate>Thu, 07 May 2009 00:44:18 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=425</guid>
		<description><![CDATA[
	CSS3 has a module which describes Multi-column layout which at first glance seems similar to table layouts. The main difference is contents in a block with multi-column layout will flow into the multiple columns, while content in tables will stay within the original columns.
	

	
	The multi-column layout working draft has been around for a while, but [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/05/06/css3-columns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS and Tables, part 2</title>
		<link>http://staff.washington.edu/fmf/2009/04/24/css-and-tables-part-2/</link>
		<comments>http://staff.washington.edu/fmf/2009/04/24/css-and-tables-part-2/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 22:29:51 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=417</guid>
		<description><![CDATA[In a previous post about using CSS to style HTML tables, I covered collapsing borders, empty cells, and the inline-table display type. In this post I&#8217;ll cover headers and footers, captions, and columns, as well as other points which are good to know when using CSS with tables.
As with the previous post, the information in [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/04/24/css-and-tables-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS and Tables, part 1</title>
		<link>http://staff.washington.edu/fmf/2009/04/17/css-and-tables-part-1/</link>
		<comments>http://staff.washington.edu/fmf/2009/04/17/css-and-tables-part-1/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 22:02:52 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=375</guid>
		<description><![CDATA[
Modern browsers have the ability to display very complex HTML tables when using CSS to style them. While there are people who frown upon using tables for page layout, there&#8217;s no better nor no more flexible way to display tabular data than using tables. While this post is not a tutorial on HTML tables, it [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/04/17/css-and-tables-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3D CSS transformations</title>
		<link>http://staff.washington.edu/fmf/2009/03/25/iphone-3d-css-transformations/</link>
		<comments>http://staff.washington.edu/fmf/2009/03/25/iphone-3d-css-transformations/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:39:04 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=350</guid>
		<description><![CDATA[The current version of Mobile Safari on the iPhone and iPod touch allow you to do 3D transformations in CSS. This allows you to give objects perspective and rotation in 3D space, as well as the ability to use transitions and animations.
This example shows how to apply perspective, as well as applying rotation with a [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/03/25/iphone-3d-css-transformations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser CSS tools</title>
		<link>http://staff.washington.edu/fmf/2008/10/09/browser-css-tools/</link>
		<comments>http://staff.washington.edu/fmf/2008/10/09/browser-css-tools/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 23:59:35 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">https://staff.washington.edu/fmf/?p=101</guid>
		<description><![CDATA[A friend was asking about a Firebug-like plugin for Internet Explorer, and that got me thinking about the importance of being able to see how a particular browser is interpreting one&#8217;s CSS. While there are many good tools for developing CSS, there&#8217;s nothing better than actually trying things on multiple browsers. Fortunately, at least some [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/10/09/browser-css-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book &#8211; Eric Meyer on CSS</title>
		<link>http://staff.washington.edu/fmf/2008/10/07/book-eric-meyer-on-css/</link>
		<comments>http://staff.washington.edu/fmf/2008/10/07/book-eric-meyer-on-css/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 23:30:24 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">https://staff.washington.edu/fmf/?p=97</guid>
		<description><![CDATA[If you&#8217;re looking to learn CSS, Eric Meyer on CSS is a great place to start. Eric Meyer has long been considered one of the top CSS gurus on the web and while he&#8217;s been known to have strong opinions, he&#8217;s also very practical without being dogmatic about the use of CSS. He&#8217;s got a [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/10/07/book-eric-meyer-on-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxes around links</title>
		<link>http://staff.washington.edu/fmf/2008/09/29/boxes-around-links/</link>
		<comments>http://staff.washington.edu/fmf/2008/09/29/boxes-around-links/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 00:19:42 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">https://staff.washington.edu/fmf/?p=25</guid>
		<description><![CDATA[My wife brought up a question she was asked about the dotted-line box that shows up around a link when you use the back button to return to a page, like the picture at the right. Is it possible to remove the box? Yes it is, but there are a few things to consider before [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/09/29/boxes-around-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
