<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Coding CSS Menus without UL and LI</title>
	<link>http://esearing.com/blog/http:/esearing.com/blog/09/coding-css-menus-without-ul-and-li</link>
	<description></description>
	<pubDate>Sat, 19 May 2012 06:32:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>

	<item>
		<title>by: hurricane</title>
		<link>http://esearing.com/blog/http:/esearing.com/blog/09/coding-css-menus-without-ul-and-li#comment-414</link>
		<pubDate>Thu, 04 Jan 2007 20:43:03 -0700</pubDate>
		<guid>http://esearing.com/blog/http:/esearing.com/blog/09/coding-css-menus-without-ul-and-li#comment-414</guid>
					<description>&lt;blockquote&gt;It is much more simple to code as

&lt;code&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menuitem&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menuitem&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menuitem&lt;/a&gt;&lt;/code&gt;
&lt;/blockquote&gt;

The most simple method isn't always the most appropriate or semantic. In this case marking a list of links up as a list is the most appropriate method, and in the case of your example, an unordered list would likely be the most appropriate type to use (unless the order was important).

If simplicity was a priority we'd all be publishing markup-less web pages and giving them a .txt extension.</description>
		<content:encoded><![CDATA[	<blockquote><p>It is much more simple to code as</p>
	<p><code><br />
<a href="#" rel="nofollow">menuitem</a><br />
<a href="#" rel="nofollow">menuitem</a><br />
<a href="#" rel="nofollow">menuitem</a></code>
</p></blockquote>
	<p>The most simple method isn&#8217;t always the most appropriate or semantic. In this case marking a list of links up as a list is the most appropriate method, and in the case of your example, an unordered list would likely be the most appropriate type to use (unless the order was important).</p>
	<p>If simplicity was a priority we&#8217;d all be publishing markup-less web pages and giving them a .txt extension.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

