<?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: Progressive enhancement of drop-down menus with the :not CSS selector</title>
	<atom:link href="http://op111.net/74/feed" rel="self" type="application/rss+xml" />
	<link>http://op111.net/74</link>
	<description>Everything about anything.  Or, a website about technology, the web and web publishing.</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:28:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: demetris</title>
		<link>http://op111.net/74#comment-2127</link>
		<dc:creator>demetris</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://op111.net/?p=74#comment-2127</guid>
		<description>@chuck:  What theme do you use?  I ask because, before explaining how to add the markup, it would be useful to know whether the theme uses &lt;code&gt;wp_page_menu&lt;/code&gt; or &lt;code&gt;wp_list_pages&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>@chuck:  What theme do you use?  I ask because, before explaining how to add the markup, it would be useful to know whether the theme uses <code>wp_page_menu</code> or <code>wp_list_pages</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://op111.net/74#comment-2123</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Tue, 12 Jan 2010 04:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://op111.net/?p=74#comment-2123</guid>
		<description>I am confused about where to add the markup.

&lt;pre lang=&quot;php&quot;&gt;wp_page_menu(array(
    &#039;depth&#039; =&gt; 2,
    &#039;link_after&#039; =&gt; &#039;&lt;span class=&quot;more&quot;&gt; &#8595;&lt;/span&gt;&#039;,
    &#039;sort_column&#039; =&gt; &#039;menu_order&#039;,
    &#039;title_li&#039; =&gt; &#039;&#039;,
));&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I am confused about where to add the markup.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">wp_page_menu<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
    <span style="color: #0000ff;">'depth'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #cc66cc;">2</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'link_after'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;span class=&quot;more&quot;&gt; &amp;darr;&lt;/span&gt;'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'sort_column'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'menu_order'</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'title_li'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span>
<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
	</item>
</channel>
</rss>
