<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: css: creating an image &#8220;hover&#8221; effect using only css</title>
	<atom:link href="http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Jun 2011 05:03:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dynamixlabs</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-3473</link>
		<dc:creator>dynamixlabs</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-3473</guid>
		<description>Hi Kentaro! 
 
It may be that the comment editor broke your CSS, but otherwise it looks like the spacing in the image named &quot;Button hover (middle)&quot; may be the culprit. Have you tried resaving the image as Button-hover-(middle).png and adjusting your CSS accordingly? </description>
		<content:encoded><![CDATA[<p>Hi Kentaro! </p>
<p>It may be that the comment editor broke your CSS, but otherwise it looks like the spacing in the image named &quot;Button hover (middle)&quot; may be the culprit. Have you tried resaving the image as Button-hover-(middle).png and adjusting your CSS accordingly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kentaro</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-3199</link>
		<dc:creator>Kentaro</dc:creator>
		<pubDate>Wed, 06 Jan 2010 23:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-3199</guid>
		<description>I&#039;m having bit of a problem with my button. I can&#039;t get the hover image to show, however everything else works just fine. 
 
Here&#039;s my code: 
 
CSS: 
 
.button-middle a{background-image: url(Button.png); display: block; width: 151px; height: 42px;} 
.button-middle a:hover{background-image: url(Button hover (middle).png);} 
 
XHTML: 
 
&lt;div class=&quot;button-middle&quot;&gt;&lt;a href=&quot;http://www.google.se&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/div&gt; </description>
		<content:encoded><![CDATA[<p>I&#039;m having bit of a problem with my button. I can&#039;t get the hover image to show, however everything else works just fine. </p>
<p>Here&#039;s my code: </p>
<p>CSS: </p>
<p>.button-middle a{background-image: url(Button.png); display: block; width: 151px; height: 42px;}<br />
.button-middle a:hover{background-image: url(Button hover (middle).png);} </p>
<p>XHTML: </p>
<p>&lt;div class=&quot;button-middle&quot;&gt;<a href="http://www.google.se" target="_blank"></a>&lt;/div&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kentaro</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-3198</link>
		<dc:creator>Kentaro</dc:creator>
		<pubDate>Wed, 06 Jan 2010 23:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-3198</guid>
		<description>I got some problems with this one. I can&#039;t get the hover image to show, however everything else works just fine.

Here&#039;s my code:

CSS:

.button-middle a{background-image: url(Button.png); display: block; width: 151px; height: 42px;}
.button-middle a:hover{background-image: url(Button hover (middle).png);}

XHTML:

&lt;a href=&quot;http://www.google.se&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;


Any help would be appreciated!</description>
		<content:encoded><![CDATA[<p>I got some problems with this one. I can&#8217;t get the hover image to show, however everything else works just fine.</p>
<p>Here&#8217;s my code:</p>
<p>CSS:</p>
<p>.button-middle a{background-image: url(Button.png); display: block; width: 151px; height: 42px;}<br />
.button-middle a:hover{background-image: url(Button hover (middle).png);}</p>
<p>XHTML:</p>
<p><a href="http://www.google.se" rel="nofollow"></a></p>
<p>Any help would be appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DynamiXLabs</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-1316</link>
		<dc:creator>DynamiXLabs</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-1316</guid>
		<description>Hi Cici, 
 
Towards the bottom of this article, we clarify how to have this function properly in Internet Explorer 6. Based on your example, you will want to change this: 
.ba 
{ 
width:85px; 
height:25px; 
background-image:url(image/baoti1.gif); 
} 
 
.ba:hover 
{ 
background-image:url(image/baoti2.gif) 
} 
 
to this: 
.ba a 
{ 
display:block; 
width:85px; 
height:25px; 
background-image:url(image/baoti1.gif); 
} 
 
.ba a:hover 
{ 
background-image:url(image/baoti2.gif) 
}  
 
and in your HTML, change this: 
to this: 
&lt;div class=&quot;ba&quot;&gt;&lt;a href=&quot;YOURLINKHERE&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/div&gt; 
Hope this helps! </description>
		<content:encoded><![CDATA[<p>Hi Cici, </p>
<p>Towards the bottom of this article, we clarify how to have this function properly in Internet Explorer 6. Based on your example, you will want to change this:<br />
.ba<br />
{<br />
width:85px;<br />
height:25px;<br />
background-image:url(image/baoti1.gif);<br />
} </p>
<p>.ba:hover<br />
{<br />
background-image:url(image/baoti2.gif)<br />
} </p>
<p>to this:<br />
.ba a<br />
{<br />
display:block;<br />
width:85px;<br />
height:25px;<br />
background-image:url(image/baoti1.gif);<br />
} </p>
<p>.ba a:hover<br />
{<br />
background-image:url(image/baoti2.gif)<br />
}  </p>
<p>and in your HTML, change this:<br />
to this:<br />
&lt;div class=&quot;ba&quot;&gt;<a href="YOURLINKHERE" target="_blank"></a>&lt;/div&gt;<br />
Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cici</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-1311</link>
		<dc:creator>cici</dc:creator>
		<pubDate>Mon, 03 Aug 2009 07:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-1311</guid>
		<description>I feel very confused!!why this effect on your website is find.However,in my computer,it dosen&#039;t work ??? 
It is my writing code: 
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt; 
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt; 
 
&lt;head profile=&quot;http://gmpg.org/xfn/11&quot;&gt; 
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt; 
&lt;meta name=&quot;generator&quot; content=&quot;WordPress 2.8&quot; /&gt; 
&lt;title&gt;无标题文档&lt;/title&gt; 
&lt;style type=&quot;text/css&quot;&gt; 
.ba 
{ 
width:85px; 
height:25px; 
background-image:url(image/baoti1.gif); 
} 
 
.ba:hover 
{ 
background-image:url(image/baoti2.gif) 
} 
.preload{display:none;} 
 
&lt;/style&gt; 
&lt;/head&gt; 
 
&lt;body&gt; 
&lt;div class=&quot;ba&quot;&gt;&lt;/div&gt; 
 
&lt;/body&gt; 
&lt;/html&gt; 
 
====it just work in FireFox===== </description>
		<content:encoded><![CDATA[<p>I feel very confused!!why this effect on your website is find.However,in my computer,it dosen&#039;t work ???<br />
It is my writing code:<br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&#038;gt" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&#038;gt</a>;<br />
&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&quot;&#038;gt" rel="nofollow">http://www.w3.org/1999/xhtml&quot;&#038;gt</a>; </p>
<p>&lt;head profile=&quot;<a href="http://gmpg.org/xfn/11&quot;&#038;gt" rel="nofollow">http://gmpg.org/xfn/11&quot;&#038;gt</a>;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br />
&lt;meta name=&quot;generator&quot; content=&quot;WordPress 2.8&quot; /&gt;<br />
&lt;title&gt;无标题文档&lt;/title&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
.ba<br />
{<br />
width:85px;<br />
height:25px;<br />
background-image:url(image/baoti1.gif);<br />
} </p>
<p>.ba:hover<br />
{<br />
background-image:url(image/baoti2.gif)<br />
}<br />
.preload{display:none;} </p>
<p>&lt;/style&gt;<br />
&lt;/head&gt; </p>
<p>&lt;body&gt;<br />
&lt;div class=&quot;ba&quot;&gt;&lt;/div&gt; </p>
<p>&lt;/body&gt;<br />
&lt;/html&gt; </p>
<p>====it just work in FireFox=====</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cici</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-1303</link>
		<dc:creator>cici</dc:creator>
		<pubDate>Mon, 03 Aug 2009 01:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-1303</guid>
		<description>Er,I following your steps,but it just work in &quot;Firfox&quot;.How to make it work in IE6.0? </description>
		<content:encoded><![CDATA[<p>Er,I following your steps,but it just work in &quot;Firfox&quot;.How to make it work in IE6.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-59</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 02 Feb 2008 22:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-59</guid>
		<description>Ah, no problem, and I appreciate the complement. I enjoy your site too, nice work. We should trade links?</description>
		<content:encoded><![CDATA[<p>Ah, no problem, and I appreciate the complement. I enjoy your site too, nice work. We should trade links?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DynamiXLabs</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-58</link>
		<dc:creator>DynamiXLabs</dc:creator>
		<pubDate>Sat, 02 Feb 2008 15:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-58</guid>
		<description>Thanks for the heads up, and for the compliments! You have a great looking web site, by the way.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, and for the compliments! You have a great looking web site, by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/comment-page-1/#comment-11</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 24 Jan 2008 21:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dynamixlabs.com/2008/01/17/css-creating-an-image-hover-effect-using-only-css/#comment-11</guid>
		<description>Nice article, you should check this one out as well, if you have not already.

http://www.alistapart.com/articles/sprites</description>
		<content:encoded><![CDATA[<p>Nice article, you should check this one out as well, if you have not already.</p>
<p><a href="http://www.alistapart.com/articles/sprites" rel="nofollow">http://www.alistapart.com/articles/sprites</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

