<?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: Create an Accessible Image Based Navigation</title>
	<atom:link href="http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/</link>
	<description>Online web design portfolio of Rob Palmer</description>
	<lastBuildDate>Sat, 04 Sep 2010 12:30:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Swashata</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-8120</link>
		<dc:creator>Swashata</dc:creator>
		<pubDate>Wed, 04 Aug 2010 05:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-8120</guid>
		<description>Thanks for the display and float confusion! I totally agree with the accessibility thing! I will surely change my own navigation with the position css instead of text-indent :)

Thanks once again for the tutorial and your quick response!</description>
		<content:encoded><![CDATA[<p>Thanks for the display and float confusion! I totally agree with the accessibility thing! I will surely change my own navigation with the position css instead of text-indent :)</p>
<p>Thanks once again for the tutorial and your quick response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-8095</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 03 Aug 2010 13:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-8095</guid>
		<description>Hi Swashata,

Thanks for posting your example. 

I would say in response, you actually don&#039;t need to set the block element if you are floating the element left as float actually turns the element into a block element.

Also the reason for not doing it your way is that if you turn images off in your browser you will not be able to see your links, hence making your navigation inaccessible.

I admit, your way is much easier to implement and I myself have used this method on quite a few of my sites in the past, but it is not the best option for accessibility.

Thanks again for your response!

Rob.</description>
		<content:encoded><![CDATA[<p>Hi Swashata,</p>
<p>Thanks for posting your example. </p>
<p>I would say in response, you actually don&#8217;t need to set the block element if you are floating the element left as float actually turns the element into a block element.</p>
<p>Also the reason for not doing it your way is that if you turn images off in your browser you will not be able to see your links, hence making your navigation inaccessible.</p>
<p>I admit, your way is much easier to implement and I myself have used this method on quite a few of my sites in the past, but it is not the best option for accessibility.</p>
<p>Thanks again for your response!</p>
<p>Rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swashata</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-8094</link>
		<dc:creator>Swashata</dc:creator>
		<pubDate>Tue, 03 Aug 2010 13:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-8094</guid>
		<description>Cool Tutorial. There is another way of hiding the text:
&lt;code&gt;
#global-nav li a{
display: block;
text-indent: -9999px;
float: left;
}
&lt;/code&gt;
The text-indent does all the work! Note that we then need to display it as block as well :)</description>
		<content:encoded><![CDATA[<p>Cool Tutorial. There is another way of hiding the text:<br />
<code><br />
#global-nav li a{<br />
display: block;<br />
text-indent: -9999px;<br />
float: left;<br />
}<br />
</code><br />
The text-indent does all the work! Note that we then need to display it as block as well :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veterinary technician</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-7242</link>
		<dc:creator>veterinary technician</dc:creator>
		<pubDate>Tue, 29 Jun 2010 11:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-7242</guid>
		<description>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later</description>
		<content:encoded><![CDATA[<p>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey.S</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-7222</link>
		<dc:creator>Jeffrey.S</dc:creator>
		<pubDate>Mon, 28 Jun 2010 15:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-7222</guid>
		<description>Great tutorial, simple but beautiful css image menu, love it.</description>
		<content:encoded><![CDATA[<p>Great tutorial, simple but beautiful css image menu, love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carmela Anzelmo</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-6887</link>
		<dc:creator>Carmela Anzelmo</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-6887</guid>
		<description>Excellent tutorial, very easy to understand</description>
		<content:encoded><![CDATA[<p>Excellent tutorial, very easy to understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-6450</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 29 May 2010 18:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-6450</guid>
		<description>Great tutorials I&#039;ve been looking for something like this!</description>
		<content:encoded><![CDATA[<p>Great tutorials I&#8217;ve been looking for something like this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J smilanic</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-6348</link>
		<dc:creator>J smilanic</dc:creator>
		<pubDate>Wed, 26 May 2010 03:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-6348</guid>
		<description>Thanks for the tutorial. I absolutely love your websites and often refer to them for inspiration in designs.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. I absolutely love your websites and often refer to them for inspiration in designs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auré</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-4813</link>
		<dc:creator>Auré</dc:creator>
		<pubDate>Sat, 20 Mar 2010 10:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-4813</guid>
		<description>Very clear, good article :)</description>
		<content:encoded><![CDATA[<p>Very clear, good article :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.branded07.com/2010/02/25/create-an-accessible-image-based-navigation/comment-page-1/#comment-4767</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Thu, 18 Mar 2010 23:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.branded07.com/?p=413#comment-4767</guid>
		<description>THANKS HEAPS :D
TEEEEEEEEEEEEEHEEEEEEEEEEE</description>
		<content:encoded><![CDATA[<p>THANKS HEAPS :D<br />
TEEEEEEEEEEEEEHEEEEEEEEEEE</p>
]]></content:encoded>
	</item>
</channel>
</rss>
