<?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 Image Rollovers: Accessible, Standard Compliant, Flicker-Free</title>
	<atom:link href="http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/</link>
	<description>Professional web design and creative company CHROMATIC's blog.</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:53:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Erik</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-51048</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 21 Dec 2011 01:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-51048</guid>
		<description>Justin, I would assume that you need to remove the &quot;no-repeat 0 0&quot; from your &quot;background-image&quot; line.  Leave only the &quot;url(../image)&quot; in this line.  My guess is that this is no longer &#039;proper&#039; as the image defaults to a position of 0,0.</description>
		<content:encoded><![CDATA[<p>Justin, I would assume that you need to remove the &#8220;no-repeat 0 0&#8243; from your &#8220;background-image&#8221; line.  Leave only the &#8220;url(../image)&#8221; in this line.  My guess is that this is no longer &#8216;proper&#8217; as the image defaults to a position of 0,0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin M. Kolenc</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-41279</link>
		<dc:creator>Justin M. Kolenc</dc:creator>
		<pubDate>Fri, 18 Nov 2011 10:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-41279</guid>
		<description>Aloha!

This tutorial was/is awesome! It has almost certainly spared me from the pain of trying to adapt my client&#039;s pre-existing java script (I suck at java) to our new project. My only problem is that when I add the code to hide the alt text, it makes the whole image go away. What am I doing wrong? Everything is fine until I add the following:

    overflow: hidden;  
    text-indent: -10000px; 
    font-size: 0px;  
    line-height: 0px;

As soon as I add all that, the alt text vanishes...but so does my background image, and therefore my link. When I take these four lines back out, the rollover returns as if nothing were ever wrong, but so does the &quot;alt&quot; text.

(And BTW, not to be picky, but this really isn&#039;t &quot;alt&quot; text, is it? It&#039;s the actual link text, but because it&#039;s not desired in lieu of the image-based rollover we&#039;ve crafted, we&#039;re just treating it as thought it&#039;s alt text...right?)

The site is not live yet, so I cannot provide a URL. Sorry!</description>
		<content:encoded><![CDATA[<p>Aloha!</p>
<p>This tutorial was/is awesome! It has almost certainly spared me from the pain of trying to adapt my client&#8217;s pre-existing java script (I suck at java) to our new project. My only problem is that when I add the code to hide the alt text, it makes the whole image go away. What am I doing wrong? Everything is fine until I add the following:</p>
<p>    overflow: hidden;<br />
    text-indent: -10000px;<br />
    font-size: 0px;<br />
    line-height: 0px;</p>
<p>As soon as I add all that, the alt text vanishes&#8230;but so does my background image, and therefore my link. When I take these four lines back out, the rollover returns as if nothing were ever wrong, but so does the &#8220;alt&#8221; text.</p>
<p>(And BTW, not to be picky, but this really isn&#8217;t &#8220;alt&#8221; text, is it? It&#8217;s the actual link text, but because it&#8217;s not desired in lieu of the image-based rollover we&#8217;ve crafted, we&#8217;re just treating it as thought it&#8217;s alt text&#8230;right?)</p>
<p>The site is not live yet, so I cannot provide a URL. Sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-26154</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 02 Sep 2011 13:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-26154</guid>
		<description>Got a link, Ben?</description>
		<content:encoded><![CDATA[<p>Got a link, Ben?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-26149</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 02 Sep 2011 12:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-26149</guid>
		<description>I like the simplicity of this.  I implemented this method in place of a rollover technique that involved and image in a div with a simultaneous background image and used visibility controls to cause the rollover effect (not great in FF).  

I am using 245x510px images for my rollover and I am having trouble with the links working on one click.  Any thoughts?

(tested in FF6.0.1 and IE 9.0... x64)</description>
		<content:encoded><![CDATA[<p>I like the simplicity of this.  I implemented this method in place of a rollover technique that involved and image in a div with a simultaneous background image and used visibility controls to cause the rollover effect (not great in FF).  </p>
<p>I am using 245x510px images for my rollover and I am having trouble with the links working on one click.  Any thoughts?</p>
<p>(tested in FF6.0.1 and IE 9.0&#8230; x64)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-18135</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 14 Jun 2011 11:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-18135</guid>
		<description>This is briliiant! Totally got rid of my flicker problem. Outside of the box thinking like this is really refreshing. Every website likes rehash the same old approaches, but you bring someone new to the table every time. Great stuff.
~Ron</description>
		<content:encoded><![CDATA[<p>This is briliiant! Totally got rid of my flicker problem. Outside of the box thinking like this is really refreshing. Every website likes rehash the same old approaches, but you bring someone new to the table every time. Great stuff.<br />
~Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-10362</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 15 Feb 2011 19:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-10362</guid>
		<description>Sorry! Problem solved! Thanks. :)</description>
		<content:encoded><![CDATA[<p>Sorry! Problem solved! Thanks. <img src='http://www.chromaticsites.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-10360</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 15 Feb 2011 17:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-10360</guid>
		<description>Question? 

It looks and works great. Example here at http://www.partnersforcharity.com/index-new.php

However, it appears broken on my DroidX by Android, and yet your demo does not. It shows the entire image (with all states) vertically smashed. Any clue as to what I&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>Question? </p>
<p>It looks and works great. Example here at <a href="http://www.partnersforcharity.com/index-new.php" rel="nofollow">http://www.partnersforcharity.com/index-new.php</a></p>
<p>However, it appears broken on my DroidX by Android, and yet your demo does not. It shows the entire image (with all states) vertically smashed. Any clue as to what I&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Richardson</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-10332</link>
		<dc:creator>Luke Richardson</dc:creator>
		<pubDate>Wed, 02 Feb 2011 15:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-10332</guid>
		<description>Will this work in wordpress? 

So do I make one jpeg image with 5 circles but in different colours,,,, to do the above demo?</description>
		<content:encoded><![CDATA[<p>Will this work in wordpress? </p>
<p>So do I make one jpeg image with 5 circles but in different colours,,,, to do the above demo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-9046</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 23 Feb 2010 05:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-9046</guid>
		<description>Hey just wanted to throw out a big Thank You! I&#039;ve tried many different approaches to hover buttons over the years and have decided I like this solution the best. 

Thanks again for this innovative approach!</description>
		<content:encoded><![CDATA[<p>Hey just wanted to throw out a big Thank You! I&#8217;ve tried many different approaches to hover buttons over the years and have decided I like this solution the best. </p>
<p>Thanks again for this innovative approach!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnMiller</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-9009</link>
		<dc:creator>JohnMiller</dc:creator>
		<pubDate>Thu, 28 Jan 2010 03:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-9009</guid>
		<description>Jennifer, if you want a text rollover, surely you could simply use the :hover pseudo-class?</description>
		<content:encoded><![CDATA[<p>Jennifer, if you want a text rollover, surely you could simply use the :hover pseudo-class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8984</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 12 Jan 2010 20:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8984</guid>
		<description>Hello. Your article was very helpful. I&#039;m fairly new to HTML and CSS. Your suggestion of using the single CSS rollover makes sense, although I have text that I want to stand as text. How can I make this single rollover work and still be able to use text? I&#039;m not sure if this was touched upon in this article or not.

Thanks this would really help with a site I&#039;m coding.</description>
		<content:encoded><![CDATA[<p>Hello. Your article was very helpful. I&#8217;m fairly new to HTML and CSS. Your suggestion of using the single CSS rollover makes sense, although I have text that I want to stand as text. How can I make this single rollover work and still be able to use text? I&#8217;m not sure if this was touched upon in this article or not.</p>
<p>Thanks this would really help with a site I&#8217;m coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar Castro</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8743</link>
		<dc:creator>Cesar Castro</dc:creator>
		<pubDate>Thu, 16 Jul 2009 21:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8743</guid>
		<description>Wow, it&#039;s a really simple solution, each day I&#039;m even more impressed about what xhtml and css can do without javascript&#039;s help (since I try to avoid flash for SEO, javascript has been my company for a long time).

Great article, i&#039;ll have no option but bookmark it.</description>
		<content:encoded><![CDATA[<p>Wow, it&#8217;s a really simple solution, each day I&#8217;m even more impressed about what xhtml and css can do without javascript&#8217;s help (since I try to avoid flash for SEO, javascript has been my company for a long time).</p>
<p>Great article, i&#8217;ll have no option but bookmark it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Bathgate</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8683</link>
		<dc:creator>Tom Bathgate</dc:creator>
		<pubDate>Sat, 06 Jun 2009 15:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8683</guid>
		<description>Hey Matt,

thanks for the reply, i&#039;ve looked at the demo in FF3, using web developer tool bar to turn off images and there is no text displaying, if you turn off images off in IE7 there is still no text displaying. The link is still there but you can&#039;t see it. I did find this tutorial: http://ryanroberts.co.uk/_dev/experiments/accessible-rollovers/index.html and am trying to figure it out.</description>
		<content:encoded><![CDATA[<p>Hey Matt,</p>
<p>thanks for the reply, i&#8217;ve looked at the demo in FF3, using web developer tool bar to turn off images and there is no text displaying, if you turn off images off in IE7 there is still no text displaying. The link is still there but you can&#8217;t see it. I did find this tutorial: <a href="http://ryanroberts.co.uk/_dev/experiments/accessible-rollovers/index.html" rel="nofollow">http://ryanroberts.co.uk/_dev/experiments/accessible-rollovers/index.html</a> and am trying to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8682</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 06 Jun 2009 15:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8682</guid>
		<description>Tom, glad you&#039;ve found this article useful.

Even when you turn off images in a web browser, the &lt;em&gt;background&lt;/em&gt; images will still load since they are being called through the external CSS stylesheet. If someone turns off the stylesheet, then the menu text links will show, so this should work just fine no matter what the user decides to do.</description>
		<content:encoded><![CDATA[<p>Tom, glad you&#8217;ve found this article useful.</p>
<p>Even when you turn off images in a web browser, the <em>background</em> images will still load since they are being called through the external CSS stylesheet. If someone turns off the stylesheet, then the menu text links will show, so this should work just fine no matter what the user decides to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Bathgate</title>
		<link>http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8681</link>
		<dc:creator>Tom Bathgate</dc:creator>
		<pubDate>Sat, 06 Jun 2009 15:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/css-image-rollovers-accessible-standard-compliant-flicker-free/#comment-8681</guid>
		<description>This is a great article and its been a great help for me designing a new menu. I do have one issue though. When you turn off css the menu displays fine, without any problems. When you turn off images, you are presented with no navigation. As yet I haven&#039;t been able to find a solution to this. But thanks for the great start.</description>
		<content:encoded><![CDATA[<p>This is a great article and its been a great help for me designing a new menu. I do have one issue though. When you turn off css the menu displays fine, without any problems. When you turn off images, you are presented with no navigation. As yet I haven&#8217;t been able to find a solution to this. But thanks for the great start.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

