<?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: Using Unordered Lists for Semantic Navigation in IE</title>
	<atom:link href="http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/</link>
	<description>News from the Creative Front</description>
	<lastBuildDate>Tue, 27 Jul 2010 01:54:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Seb von Bischopink</title>
		<link>http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/comment-page-1/#comment-23820</link>
		<dc:creator>Seb von Bischopink</dc:creator>
		<pubDate>Wed, 20 Dec 2006 12:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/#comment-23820</guid>
		<description>Alex, this has been driving me insane. Thanks for the nice write-up.</description>
		<content:encoded><![CDATA[<p>Alex, this has been driving me insane. Thanks for the nice write-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/comment-page-1/#comment-14141</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 27 Oct 2006 21:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/#comment-14141</guid>
		<description>Thanks so much for the tip! The extra padding underneath my li&#039;s has been driving me CRAZY. I&#039;ve forced every top and bottom margin and padding to zero throughout my CSS and couldn&#039;t figure it out.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks so much for the tip! The extra padding underneath my li&#8217;s has been driving me CRAZY. I&#8217;ve forced every top and bottom margin and padding to zero throughout my <acronym class="uttAcronym" title="Cascading Style Sheets">CSS</acronym> and couldn&#8217;t figure it out.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Dunck</title>
		<link>http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/comment-page-1/#comment-20</link>
		<dc:creator>Jeremy Dunck</dc:creator>
		<pubDate>Thu, 09 Dec 2004 18:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/#comment-20</guid>
		<description>You&#039;re right of course.  I should have followed along making code with your discussion.

Please consider reporting this issue to PPK&#039;s Bug Report: &lt;a href=&quot;http://www.quirksmode.org/bugreports/&quot;&gt;Bug Report&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right of course.  I should have followed along making code with your discussion.</p>
<p>Please consider reporting this issue to PPK&#8217;s Bug Report: <a href="http://www.quirksmode.org/bugreports/">Bug Report</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/comment-page-1/#comment-19</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 08 Dec 2004 00:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/#comment-19</guid>
		<description>Jeremy: The example you mentioned -- from the excellent Listutorial -- doesn&#039;t set the anchors to display:block. Setting them that way allows for a wider click-area but it causes IE to become confused (unless the fix is applied).</description>
		<content:encoded><![CDATA[<p>Jeremy: The example you mentioned &#8212; from the excellent Listutorial &#8212; doesn&#8217;t set the anchors to display:block. Setting them that way allows for a wider click-area but it causes <acronym class="uttAcronym" title="Internet Explorer">IE</acronym> to become confused (unless the fix is applied).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Dunck</title>
		<link>http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/comment-page-1/#comment-18</link>
		<dc:creator>Jeremy Dunck</dc:creator>
		<pubDate>Tue, 07 Dec 2004 23:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rd2inc.com/archives/2004/09/14/using-unordered-lists-for-semantic-navigation-in-ie/#comment-18</guid>
		<description>&lt;blockquote&gt;Well, it works in Standards Compliant Browsers, anyway (Firefox, Safari, and so on). But IE doesn’t cooperate; rather, IE insists on applying extra padding underneath each li element. This is not a subtle side-effect — you’d know it if you saw it, as it ends up adding around 1.0em blank space underneath each li element.&lt;/blockquote&gt;

Well, apparently it&#039;s too subtle for me; I don&#039;t see the padding underneath &lt;a href=&quot;http://css.maxdesign.com.au/listutorial/03.htm&quot;&gt;these&lt;/a&gt; li&#039;s.  I&#039;m using Win IE6SP1

What am I missing?</description>
		<content:encoded><![CDATA[<blockquote><p>Well, it works in Standards Compliant Browsers, anyway (Firefox, Safari, and so on). But <acronym class="uttAcronym" title="Internet Explorer">IE</acronym> doesn’t cooperate; rather, <acronym class="uttAcronym" title="Internet Explorer">IE</acronym> insists on applying extra padding underneath each li element. This is not a subtle side-effect — you’d know it if you saw it, as it ends up adding around 1.0em blank space underneath each li element.</p></blockquote>
<p>Well, apparently it&#8217;s too subtle for me; I don&#8217;t see the padding underneath <a href="http://css.maxdesign.com.au/listutorial/03.htm">these</a> li&#8217;s.  I&#8217;m using Win IE6SP1</p>
<p>What am I missing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
