<?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>Mascot &#187; CSS</title>
	<atom:link href="http://www.mstindia.com/category/rnd/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mstindia.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 23 Mar 2010 13:52:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>On mouse over with CSS</title>
		<link>http://www.mstindia.com/rnd/on-mouse-over-with-css/</link>
		<comments>http://www.mstindia.com/rnd/on-mouse-over-with-css/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 15:02:15 +0000</pubDate>
		<dc:creator>nilesh</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tech Zone]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[over]]></category>

		<guid isPermaLink="false">http://mstindia.com/blog/?p=30</guid>
		<description><![CDATA[Here is a easy way to do image mouseover with only CSS.
you need designer to do a double image. Place the main image and mouseover image in one image. like this.

Now use this CSS code. Note the use of the Height and width. also the overflow and background attachment.
.download {
background:url(images/download_btn.gif) no-repeat 0 0;
display:block;
height:50px;
margin-left:8px;
outline:none;
overflow:hidden;
text-indent:-9999px;
width:127px;
}
 
.download:hover{
background:url(images/download_btn.gif) no-repeat 0 [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a easy way to do image mouseover with only CSS.</p>
<p>you need designer to do a double image. Place the main image and mouseover image in one image. like this.</p>
<p><a href="http://mstindia.com/blog/wp-content/uploads/2008/07/download_btn.gif"><img class="alignnone size-medium wp-image-31" title="download_btn" src="http://mstindia.com/blog/wp-content/uploads/2008/07/download_btn.gif" alt="" width="127" height="100" /></a></p>
<p>Now use this CSS code. Note the use of the Height and width. also the overflow and background attachment.<br />
<code>.download {<br />
background:url(images/download_btn.gif) no-repeat 0 0;<br />
display:block;<br />
height:50px;<br />
margin-left:8px;<br />
outline:none;<br />
overflow:hidden;<br />
text-indent:-9999px;<br />
width:127px;<br />
}</code><br />
 </p>
<p>.download:hover{<br />
background:url(images/download_btn.gif) no-repeat 0 100%;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mstindia.com/rnd/on-mouse-over-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
