<?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>WordPress Themes Tips and Tricks &#187; hover</title>
	<atom:link href="http://wpthemetips.com/tags/hover/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpthemetips.com</link>
	<description>Helping you customize your WordPress based website !</description>
	<lastBuildDate>Thu, 05 Nov 2009 00:48:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remember to Love / Hate Links</title>
		<link>http://wpthemetips.com/remember-to-love-hate-links/</link>
		<comments>http://wpthemetips.com/remember-to-love-hate-links/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 17:23:04 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[active]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[hyperlink]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[visited]]></category>

		<guid isPermaLink="false">http://wpthemetips.com/remember-to-love-hate-links/</guid>
		<description><![CDATA[Ever wondered how to define styles for Hyperlinks ?
Well. There are four different selectors for a hyperlink.
You would normally see this at the top of the stylesheet.
a:link {text-decoration:none;color:#ff0000}
a:visited {text-decoration:none;color:#0000ff;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
The first line defines that normal unvisited links will have &#8216;no underline&#8217;, and will look &#8216;red&#8217; in color.
The second line says when a link is [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to define styles for Hyperlinks ?</p>
<p>Well. There are four different selectors for a hyperlink.</p>
<p>You would normally see this at the top of the stylesheet.</p>
<p><code>a:link {text-decoration:none;color:#ff0000}<br />
a:visited {text-decoration:none;color:#0000ff;}<br />
a:hover {text-decoration:underline;}<br />
a:active {text-decoration:underline;}</code></p>
<p>The first line defines that normal unvisited links will have &#8216;no underline&#8217;, and will look &#8216;red&#8217; in color.<br />
The second line says when a link is already visited by the user, it should display in &#8216;blue&#8217; color with &#8216;no underline&#8217;.<br />
The third line says if the user is moving the mouse over this link, show an underline.<br />
The fourth one says to do the same thing as the hover, when the user clicks on it. &#8216;active&#8217; depicts that fraction of second that the user actually clicks on the link.</p>
<p>In order for these definitions to work as intended in most browsers, they have to be in the same order as we have defined here.</p>
<p><strong><em>Remember &#8216;LoVe&#8217; should come before &#8216;HAte&#8217;</em></strong><br />
This shortcut I found it first on the book &#8216;Web Standards Solutions&#8217; by <a href="http://simplebits.com" target="_blank">Dan Cederholm</a>.</p>
<p>Thats all folks, for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemetips.com/remember-to-love-hate-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
