<?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>Nikki Foundation &#187; hover</title>
	<atom:link href="http://www.nikkifoundation.com/tag/hover/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nikkifoundation.com</link>
	<description>Web design, usability and philosophy by Nikki Teepprasarn</description>
	<lastBuildDate>Wed, 26 Aug 2009 20:44: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>HTML Inline Style Hover</title>
		<link>http://www.nikkifoundation.com/2008/09/08/html-inline-style-hover/</link>
		<comments>http://www.nikkifoundation.com/2008/09/08/html-inline-style-hover/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 01:56:01 +0000</pubDate>
		<dc:creator>Nikki</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[inline]]></category>

		<guid isPermaLink="false">http://www.nikkifoundation.com/?p=58</guid>
		<description><![CDATA[Sometimes we need to do an inline CSS for whatever reasons. Very quick easy way to create a hover effect:
&#60;a onmouseover=&#8221;this.style.color=&#8217;#944e06&#8242;;&#8221; onmouseout=&#8221;this.style.color=&#8217;#cb6412&#8242;;&#8221; style=&#8221;color:#cb6412; text-decoration: underline;&#8221; href=&#8221;http://www.nikkifoundation.com/about&#8221;&#62;Check it out.&#60;/a&#62;
Additional styling:
this.style.fontWeight=&#8217;bold&#8217;
this.style.fontStyle=&#8217;italic&#8217;
this.style.background=&#8217;white&#8217;
Good Luck!
]]></description>
		<wfw:commentRss>http://www.nikkifoundation.com/2008/09/08/html-inline-style-hover/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
