<?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: collapsible menus updated</title>
	<atom:link href="http://verens.com/2005/03/21/collapsible-menus-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/2005/03/21/collapsible-menus-updated/</link>
	<description>klog - Kae&#039;s Log</description>
	<lastBuildDate>Mon, 21 May 2012 21:11:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Peter</title>
		<link>http://verens.com/2005/03/21/collapsible-menus-updated/#comment-149</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 16 Jun 2007 09:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/collapsible-menus-updated/#comment-149</guid>
		<description>Just what I was looking for! I&#039;ve put it to use in our travel guides at Travellerspoint. An example can be seen in the &lt;a href=&quot;http://www.travellerspoint.com/guide/Melbourne/&quot; rel=&quot;nofollow&quot;&gt;Melbourne Travel Guide&lt;/a&gt;.

Thanks for providing this! :)</description>
		<content:encoded><![CDATA[<p>Just what I was looking for! I&#8217;ve put it to use in our travel guides at Travellerspoint. An example can be seen in the <a href="http://www.travellerspoint.com/guide/Melbourne/" rel="nofollow">Melbourne Travel Guide</a>.</p>
<p>Thanks for providing this! <img src='http://verens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://verens.com/2005/03/21/collapsible-menus-updated/#comment-148</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 07 Jul 2005 15:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/collapsible-menus-updated/#comment-148</guid>
		<description>We were using the &quot;parent link as opener&quot; version of the script (it&#039;s one of the better scripts out there for doing what it does) and noticed a weird display bug that only showed up in Firefox for Windows. The text from the child list items would show up inside the parent ul&#039;s link. A brilliant colleague of mine (thanks, Andrew) figured out that it had to do with Windows line breaks (silly Windows). Below is his fix.

In cm.js. replace this line (line 47, or thereabout):
&lt;code&gt;e=e.replace(/\n/g,&#039;&#039;);&lt;/code&gt;
with:
&lt;code&gt;e=e.replace(/(\n&#124;\r)/g,&#039;&#039;);&lt;/code&gt;

Also, I wanted the script to only work on my navigation menus, not on every list item on the page. So I wrapped a div with an id of &quot;navmenu&quot; around my unordered list and replaced in cm.js (line 32):
&lt;code&gt;a=document.getElementsByTagName(&#039;UL&#039;);&lt;/code&gt;
with:
&lt;code&gt;a=document.getElementById(&#039;navmenu&#039;).getElementsByTagName(&#039;UL&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>We were using the &#8220;parent link as opener&#8221; version of the script (it&#8217;s one of the better scripts out there for doing what it does) and noticed a weird display bug that only showed up in Firefox for Windows. The text from the child list items would show up inside the parent ul&#8217;s link. A brilliant colleague of mine (thanks, Andrew) figured out that it had to do with Windows line breaks (silly Windows). Below is his fix.</p>
<p>In cm.js. replace this line (line 47, or thereabout):<br />
<code>e=e.replace(/\n/g,'');</code><br />
with:<br />
<code>e=e.replace(/(\n|\r)/g,'');</code></p>
<p>Also, I wanted the script to only work on my navigation menus, not on every list item on the page. So I wrapped a div with an id of &quot;navmenu&quot; around my unordered list and replaced in cm.js (line 32):<br />
<code>a=document.getElementsByTagName('UL');</code><br />
with:<br />
<code>a=document.getElementById('navmenu').getElementsByTagName('UL');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen</title>
		<link>http://verens.com/2005/03/21/collapsible-menus-updated/#comment-147</link>
		<dc:creator>Helen</dc:creator>
		<pubDate>Tue, 28 Jun 2005 12:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/collapsible-menus-updated/#comment-147</guid>
		<description>Hi Kae!

Seems that I needed the prodding after all - took me a while to get to your website to see this listing ;o)

Thank you again so much - I will download the new version and give it a go - I haven&#039;t done it yet so I&#039;m anxious to see it work 100%...

Thanks,

Helen</description>
		<content:encoded><![CDATA[<p>Hi Kae!</p>
<p>Seems that I needed the prodding after all &#8211; took me a while to get to your website to see this listing ;o)</p>
<p>Thank you again so much &#8211; I will download the new version and give it a go &#8211; I haven&#8217;t done it yet so I&#8217;m anxious to see it work 100%&#8230;</p>
<p>Thanks,</p>
<p>Helen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kae</title>
		<link>http://verens.com/2005/03/21/collapsible-menus-updated/#comment-146</link>
		<dc:creator>kae</dc:creator>
		<pubDate>Tue, 19 Apr 2005 16:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/collapsible-menus-updated/#comment-146</guid>
		<description>The source is &lt;a href=&quot;http://demo.verens.com/collapsible_menus/cm.js&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The source is <a href="http://demo.verens.com/collapsible_menus/cm.js" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen Barlow</title>
		<link>http://verens.com/2005/03/21/collapsible-menus-updated/#comment-145</link>
		<dc:creator>Jen Barlow</dc:creator>
		<pubDate>Tue, 19 Apr 2005 14:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/03/21/collapsible-menus-updated/#comment-145</guid>
		<description>Hi,

I&#039;m interested in obtaining the script cm.js. How do I go about doing that?

Thanks,
Jen</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m interested in obtaining the script cm.js. How do I go about doing that?</p>
<p>Thanks,<br />
Jen</p>
]]></content:encoded>
	</item>
</channel>
</rss>

