<?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>Seth Keiper &#187; Design</title>
	<atom:link href="http://sk.c-wd.net/wp/category/overall/right-brain/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://sk.c-wd.net/wp</link>
	<description>Children are smarter than any of us. Know how I know that? I don't know one child with a full time job and children.</description>
	<lastBuildDate>Sat, 27 Feb 2010 03:29:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy Vertical Navigational List</title>
		<link>http://sk.c-wd.net/wp/2007/04/20/easy-vertical-navigational-list/</link>
		<comments>http://sk.c-wd.net/wp/2007/04/20/easy-vertical-navigational-list/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 01:00:18 +0000</pubDate>
		<dc:creator>Seth Keiper</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://sk.c-wd.net/wp/2007/04/20/easy-vertical-navigational-list/</guid>
		<description><![CDATA[Let's say this is our HTML structure:
&#60;ul id="nav"&#62;
	&#60;li&#62;&#60;a href="#" class="active"&#62;Example one&#60;/a&#62;&#60;/li&#62;
	&#60;li&#62;&#60;a href="#"&#62;Example two&#60;/a&#62;&#60;/li&#62;
	&#60;li&#62;&#60;a href="#"&#62;Example three&#60;/a&#62;&#60;/li&#62;
	&#60;li&#62;&#60;a href="#"&#62;Example four&#60;/a&#62;&#60;/li&#62;
	&#60;li&#62;&#60;a href="#"&#62;Example five&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
And let's say this is our CSS:
#nav li{display:inline;}
#nav{
	width:8em;
	font-family:sans-serif;
	margin:0 0 0 3em;
	padding:0;
	border-top:1px #000 solid;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
}
#nav a,#nav a:visited{
	width:99.99%;
	display:block;
	background-color:#fff;
	border-bottom:1px #000 solid;
	text-align:center;
	text-decoration:none;
	color:#000;
}
#nav a:hover,#nav a.active{color:#fff;background-color:#999;}
]]></description>
		<wfw:commentRss>http://sk.c-wd.net/wp/2007/04/20/easy-vertical-navigational-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
