<?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>Technical LeoLo &#187; a</title>
	<atom:link href="http://blog.leolo.cc/labels/a/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leolo.cc</link>
	<description>My Learning note</description>
	<lastBuildDate>Thu, 12 Mar 2009 08:58:42 +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>[CSS] a:link,a:visited,a:hover,a:active order</title>
		<link>http://blog.leolo.cc/2008/11/20/18/</link>
		<comments>http://blog.leolo.cc/2008/11/20/18/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 23:23:00 +0000</pubDate>
		<dc:creator>leolo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[active]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[visited]]></category>

		<guid isPermaLink="false">http://leolo.wordpress.com/2008/11/20/css-alinkavisitedahoveraactive-order/</guid>
		<description><![CDATA[
a:link &#123;color: #FF0000&#125;     /* unvisited link */
a:visited &#123;color: #00FF00&#125;  /* visited link */
a:hover &#123;color: #FF00FF&#125;   /* mouse over link */
a:active &#123;color: #0000FF&#125;   /* selected link */

Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition [...]]]></description>
		<wfw:commentRss>http://blog.leolo.cc/2008/11/20/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
