<?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: Horizontal navbars: CSS/HTML how-to</title>
	<atom:link href="http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/</link>
	<description>Web writing, planning and design from Ipswich, Suffolk</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:13:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2636</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2636</guid>
		<description>The fix was simpler than that, even: I added &lt;code&gt;float: left;&lt;/code&gt; to the &lt;code&gt;ul.nav li&lt;/code&gt; selector.

Thanks for your help,

Leon</description>
		<content:encoded><![CDATA[<p>The fix was simpler than that, even: I added <code>float: left;</code> to the <code>ul.nav li</code> selector.</p>
<p>Thanks for your help,</p>
<p>Leon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2485</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Fri, 09 Jan 2009 03:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2485</guid>
		<description>The article&#039;s gutted. Maybe a quarter of it survived the editor&#039;s machete. Grrrrr. But thanks for the kind words anyhow.</description>
		<content:encoded><![CDATA[<p>The article&#8217;s gutted. Maybe a quarter of it survived the editor&#8217;s machete. Grrrrr. But thanks for the kind words anyhow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2475</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Thu, 08 Jan 2009 09:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2475</guid>
		<description>Hi Michael,

I did have 5 mins last night to take a look at the answer: much appreciated. I&#039;ll reply to the post some point later today and make the changes to the CSS this evening.

The article&#039;s great, by the way; really detailed and authorative. I&#039;ll add a comment on SP too.</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I did have 5 mins last night to take a look at the answer: much appreciated. I&#8217;ll reply to the post some point later today and make the changes to the CSS this evening.</p>
<p>The article&#8217;s great, by the way; really detailed and authorative. I&#8217;ll add a comment on SP too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2473</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Thu, 08 Jan 2009 04:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2473</guid>
		<description>CSS / HTML Zen master Dan Schulz has a reply. I&#039;ll quote it verbatim:

&lt;blockquote&gt;
Set an equal line-height on the list, then display: inline; and white-space: nowrap; on the list items. Then replace the line-height with a height equal to the list itself on the anchors. If you haven&#039;t done so yet, zero out your margins and padding so the browser defaults don&#039;t get used.

And yes, those multi-word font declarations HAVE to be enclosed with quotation marks.&lt;/blockquote&gt;

Sounds relatively straightforward...?</description>
		<content:encoded><![CDATA[<p>CSS / HTML Zen master Dan Schulz has a reply. I&#8217;ll quote it verbatim:</p>
<blockquote><p>
Set an equal line-height on the list, then display: inline; and white-space: nowrap; on the list items. Then replace the line-height with a height equal to the list itself on the anchors. If you haven&#8217;t done so yet, zero out your margins and padding so the browser defaults don&#8217;t get used.</p>
<p>And yes, those multi-word font declarations HAVE to be enclosed with quotation marks.</p></blockquote>
<p>Sounds relatively straightforward&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2460</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Wed, 07 Jan 2009 03:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2460</guid>
		<description>Posted in the SP forums:

&lt;a href=&quot;http://www.sitepoint.com/forums/showthread.php?p=4102924#post4102924&quot; rel=&quot;nofollow&quot;&gt;Why doesn&#039;t this navbar work in IE?&lt;/a&gt;

It will be interesting to see what gets said. As I wrote in the post, I can&#039;t find anything remotely wonky in the code except for the lack of quotes in the font stack, and I can&#039;t believe that would have any effect on the layout being broken. I truly despise IE. :)</description>
		<content:encoded><![CDATA[<p>Posted in the SP forums:</p>
<p><a href="http://www.sitepoint.com/forums/showthread.php?p=4102924#post4102924" rel="nofollow">Why doesn&#8217;t this navbar work in IE?</a></p>
<p>It will be interesting to see what gets said. As I wrote in the post, I can&#8217;t find anything remotely wonky in the code except for the lack of quotes in the font stack, and I can&#8217;t believe that would have any effect on the layout being broken. I truly despise IE. <img src='http://leonpaternoster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2453</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Tue, 06 Jan 2009 18:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2453</guid>
		<description>I was fond of my Win2000 machine: the CRT was the size of a coffin but the picture was crisp. I liked 800X600 as it made everything big. Of course, you have to scroll horizontally with an 800X600 these days. On most sites, that is.</description>
		<content:encoded><![CDATA[<p>I was fond of my Win2000 machine: the CRT was the size of a coffin but the picture was crisp. I liked 800X600 as it made everything big. Of course, you have to scroll horizontally with an 800X600 these days. On most sites, that is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2434</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Tue, 06 Jan 2009 14:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2434</guid>
		<description>Hi Michael,

Yes, that&#039;d be great. Now I don&#039;t have Windows I can&#039;t fix it at home, and work&#039;s rather busy at the moment.

Ta,

Leon</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Yes, that&#8217;d be great. Now I don&#8217;t have Windows I can&#8217;t fix it at home, and work&#8217;s rather busy at the moment.</p>
<p>Ta,</p>
<p>Leon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2427</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Tue, 06 Jan 2009 02:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2427</guid>
		<description>Nope, doesn&#039;t work in IE7 either. I&#039;m no IE expert, so I can&#039;t pick out the &quot;error&quot; that makes IE choke. Want me to post the code on SitePoint? They&#039;ll know.

I&#039;m using a reclaimed WinME (!) machine now running XP. The version of XP I have came with IE6. My version of Opera is up to date, but until Firefox 3 can handle all of the extensions I use, I&#039;m sticking with FF2. The monitor is the original, relatively small and rather dark. Not good. When I am left large sums of money by the mysterious uncle who will no doubt include me in his will, I will buy a decent #@$%&amp;! computer. Until then (and after), I keep reminding the SP crowd that there are large numbers of unfortunates such as myself out there that can&#039;t afford spiffy new computers and need to be kept in mind when design decisions are made.</description>
		<content:encoded><![CDATA[<p>Nope, doesn&#8217;t work in IE7 either. I&#8217;m no IE expert, so I can&#8217;t pick out the &#8220;error&#8221; that makes IE choke. Want me to post the code on SitePoint? They&#8217;ll know.</p>
<p>I&#8217;m using a reclaimed WinME (!) machine now running XP. The version of XP I have came with IE6. My version of Opera is up to date, but until Firefox 3 can handle all of the extensions I use, I&#8217;m sticking with FF2. The monitor is the original, relatively small and rather dark. Not good. When I am left large sums of money by the mysterious uncle who will no doubt include me in his will, I will buy a decent #@$%&amp;! computer. Until then (and after), I keep reminding the SP crowd that there are large numbers of unfortunates such as myself out there that can&#8217;t afford spiffy new computers and need to be kept in mind when design decisions are made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2367</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Sat, 03 Jan 2009 08:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2367</guid>
		<description>Now there&#039;s a surprise.

Being a good little Linux user, I don&#039;t have access to IE at home. I&#039;ll fix this on Monday at work.

You don&#039;t have IE7? Are you using a pre&#8211;XP system? I was using Windows 2000 up until 18 months ago on an 800X600 CRT monitor (and I rather liked it). Gave me a different perspective on web development.</description>
		<content:encoded><![CDATA[<p>Now there&#8217;s a surprise.</p>
<p>Being a good little Linux user, I don&#8217;t have access to IE at home. I&#8217;ll fix this on Monday at work.</p>
<p>You don&#8217;t have IE7? Are you using a pre&ndash;XP system? I was using Windows 2000 up until 18 months ago on an 800X600 CRT monitor (and I rather liked it). Gave me a different perspective on web development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chinese searches</title>
		<link>http://leonpaternoster.com/2008/12/horizontal-navbars-csshtml-how-to/comment-page-1/#comment-2362</link>
		<dc:creator>chinese searches</dc:creator>
		<pubDate>Sat, 03 Jan 2009 06:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=257#comment-2362</guid>
		<description>&lt;strong&gt;yo...&lt;/strong&gt;

thanks...</description>
		<content:encoded><![CDATA[<p><strong>yo&#8230;</strong></p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
