<?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: Snazzy Hover Effects Using CSS</title>
	<atom:link href="http://sixrevisions.com/css/snazzy-hover-effects-using-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 01:52:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Joesanti</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-135832</link>
		<dc:creator>Joesanti</dc:creator>
		<pubDate>Sun, 20 Nov 2011 06:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-135832</guid>
		<description>Now, I don&#039;t have to use jquery to get such cool transition. Thank you!</description>
		<content:encoded><![CDATA[<p>Now, I don&#8217;t have to use jquery to get such cool transition. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmad balavipour</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-133753</link>
		<dc:creator>ahmad balavipour</dc:creator>
		<pubDate>Mon, 31 Oct 2011 10:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-133753</guid>
		<description>Thanks alot,

very good tutorial</description>
		<content:encoded><![CDATA[<p>Thanks alot,</p>
<p>very good tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Somer Sudduth</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-133355</link>
		<dc:creator>Somer Sudduth</dc:creator>
		<pubDate>Wed, 26 Oct 2011 21:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-133355</guid>
		<description>It is really a great and helpful piece of info. I am glad that you just shared this useful tidbit with us. Please stay us informed like this. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>It is really a great and helpful piece of info. I am glad that you just shared this useful tidbit with us. Please stay us informed like this. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Walker</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-130165</link>
		<dc:creator>Billy Walker</dc:creator>
		<pubDate>Fri, 07 Oct 2011 21:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-130165</guid>
		<description>I got around the IE Fix by directly defining my anchor class a high z-index, as all of the hover attributes was defined by this class.

I then gave the img within this anchor a negative z-index to push it behind the rest of the class.

a.class {position:relative; z-index:2000;}
a.class img {position:relative; z-index:-1}

worked like a charm, although in IE the transparency has gone but i can live with that.

Time to finish my glass of wine!</description>
		<content:encoded><![CDATA[<p>I got around the IE Fix by directly defining my anchor class a high z-index, as all of the hover attributes was defined by this class.</p>
<p>I then gave the img within this anchor a negative z-index to push it behind the rest of the class.</p>
<p>a.class {position:relative; z-index:2000;}<br />
a.class img {position:relative; z-index:-1}</p>
<p>worked like a charm, although in IE the transparency has gone but i can live with that.</p>
<p>Time to finish my glass of wine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel List</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-108791</link>
		<dc:creator>Daniel List</dc:creator>
		<pubDate>Thu, 07 Jul 2011 07:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-108791</guid>
		<description>Thank you for such a great tutorial, however I am running into some IE issues.

I have the effect working lovely on FF with a semi transparent box and black text. However in IE it doesn&#039;t show a background color for the div.

I created an IE.css stylesheet which is conditionally referenced, and set the background-color to white, which doesn&#039;t work.

Strangely enough, if I move the div from over the top of the image to underneath it, then the background colour will show. 

Anyone have any idea what the problem is?</description>
		<content:encoded><![CDATA[<p>Thank you for such a great tutorial, however I am running into some IE issues.</p>
<p>I have the effect working lovely on FF with a semi transparent box and black text. However in IE it doesn&#8217;t show a background color for the div.</p>
<p>I created an IE.css stylesheet which is conditionally referenced, and set the background-color to white, which doesn&#8217;t work.</p>
<p>Strangely enough, if I move the div from over the top of the image to underneath it, then the background colour will show. </p>
<p>Anyone have any idea what the problem is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bee</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-107448</link>
		<dc:creator>bee</dc:creator>
		<pubDate>Thu, 23 Jun 2011 08:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-107448</guid>
		<description>Thanks Ryan!!! Definitely going to use this!!!</description>
		<content:encoded><![CDATA[<p>Thanks Ryan!!! Definitely going to use this!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-107020</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 20 Jun 2011 09:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-107020</guid>
		<description>Pretty neat, I gave it a shot, and it worked great.
BUT...
I decided to alter the display property of a span element nested inside my links instead - because I couldn&#039;t stand the browser generated tooltip, which simply re-states the contents of the &#039;title&#039; attribute. 

As far as I learned, the tooltip is a browser-dependent element and therefore there is no way of getting around it&#039;s display without resorting to Javascript.

Still, I can see myself relying on this for image overlays.</description>
		<content:encoded><![CDATA[<p>Pretty neat, I gave it a shot, and it worked great.<br />
BUT&#8230;<br />
I decided to alter the display property of a span element nested inside my links instead &#8211; because I couldn&#8217;t stand the browser generated tooltip, which simply re-states the contents of the &#8216;title&#8217; attribute. </p>
<p>As far as I learned, the tooltip is a browser-dependent element and therefore there is no way of getting around it&#8217;s display without resorting to Javascript.</p>
<p>Still, I can see myself relying on this for image overlays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-102408</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Fri, 27 May 2011 13:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-102408</guid>
		<description>Thanks for the great tut; however no matter what I do I cannot get it to work in IE8 even after setting the z-index to negative etc..... all I see is the text. :(</description>
		<content:encoded><![CDATA[<p>Thanks for the great tut; however no matter what I do I cannot get it to work in IE8 even after setting the z-index to negative etc&#8230;.. all I see is the text. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neelhaam</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-102384</link>
		<dc:creator>neelhaam</dc:creator>
		<pubDate>Fri, 27 May 2011 07:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-102384</guid>
		<description>Hay it really good &amp; work fine you can post an ad click my name.</description>
		<content:encoded><![CDATA[<p>Hay it really good &amp; work fine you can post an ad click my name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://sixrevisions.com/css/snazzy-hover-effects-using-css/#comment-100021</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 05 May 2011 00:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=3004#comment-100021</guid>
		<description>Just a note that there should be a very slight adjustment to the list item. It should have z-index: 1; applied to it. Otherwise if the list appears within a container that has a background colour in IE8 it will appear behind it the demo has been updated.

http://www.thecssninja.com/demo/css_hover2/</description>
		<content:encoded><![CDATA[<p>Just a note that there should be a very slight adjustment to the list item. It should have z-index: 1; applied to it. Otherwise if the list appears within a container that has a background colour in IE8 it will appear behind it the demo has been updated.</p>
<p><a href="http://www.thecssninja.com/demo/css_hover2/" rel="nofollow">http://www.thecssninja.com/demo/css_hover2/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

