<?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>Smashing Informatics &#187; hover</title>
	<atom:link href="http://smashinginfo.com/tag/hover/feed/" rel="self" type="application/rss+xml" />
	<link>http://smashinginfo.com</link>
	<description>Adobe Photoshop Tutorials – Free Wordpress Themes – Search Engine Optimization</description>
	<lastBuildDate>Mon, 17 Oct 2011 09:25:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a Text Rollover(Hover) using CSS</title>
		<link>http://smashinginfo.com/create-a-text-rolloverhover-using-css/</link>
		<comments>http://smashinginfo.com/create-a-text-rolloverhover-using-css/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 09:39:23 +0000</pubDate>
		<dc:creator>Smash</dc:creator>
				<category><![CDATA[CSS & XHTML Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[rollover]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://smashinginfo.com/?p=23</guid>
		<description><![CDATA[<p>In this tutorial I am going to show you how to create simple text which change its color on roll over . I assume you have a basic knowledge of HTML, and know what CSS is. If you have any questions please leave comments in this post with your email and i will try to solve it.
First of all open a new notepad file and make a head tag,
then you need to add a style tag in order to give your text a roll over effect
&lt;head&gt;
&lt;style type=&#8221;text/css&#8221;&gt;
Now, assume that we have a link with blue in color and we want &#8220;red&#8221; as its rollover color so we have to use this code,
&lt;head&gt;
&lt;style type=&#8221;text/css&#8221;&gt;
a:link {
color:#0000FF;
}
a:hover {
color:#FF0000;
}
&lt;/style&gt;
&lt;/head&gt;
Now, if you want to change the color of visited link then</p>]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I am going to show you how to create simple text which change its color on roll over . I assume you have a basic knowledge of HTML, and know what CSS is. If you have any questions please leave comments in this post with your email and i will try to solve it.
First of all open a new notepad file and make a head tag,
then you need to add a style tag in order to give your text a roll over effect
&lt;head&gt;
&lt;style type=&#8221;text/css&#8221;&gt;
Now, assume that we have a link with blue in color and we want &#8220;red&#8221; as its rollover color so we have to use this code,
&lt;head&gt;
&lt;style type=&#8221;text/css&#8221;&gt;
a:link {
color:#0000FF;
}
a:hover {
color:#FF0000;
}
&lt;/style&gt;
&lt;/head&gt;
Now, if you want to change the color of visited link then</p>]]></content:encoded>
			<wfw:commentRss>http://smashinginfo.com/create-a-text-rolloverhover-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

