<?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"
	>
<channel>
	<title>Comments on: How To: Making a Categories Drop-Down Menu</title>
	<atom:link href="http://www.wp-wordpress.com/themes-and-tricks/how-to-making-a-categories-drop-down-menu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wp-wordpress.com/themes-and-tricks/how-to-making-a-categories-drop-down-menu</link>
	<description>Free Wordpress Themes &#38; Templates</description>
	<pubDate>Sat, 11 Oct 2008 04:17:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Kevin</title>
		<link>http://www.wp-wordpress.com/themes-and-tricks/how-to-making-a-categories-drop-down-menu#comment-4880</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 18 Sep 2008 02:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-wordpress.com/themes-and-tricks/how-to-making-a-categories-drop-down-menu#comment-4880</guid>
		<description>I can't get the javascript to work for IE6 to save my life.  The CSS part works like a charm. Any idea what I might be doing wrong?  My code is below, all is located within :


sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("ul");
	for (var i=0; i&#60;sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);




&#60;a href="/" class="on"&#62;Home&lt;/a&gt;


    
     



Any help would be extremely appreciated!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get the javascript to work for IE6 to save my life.  The CSS part works like a charm. Any idea what I might be doing wrong?  My code is below, all is located within :</p>
<p>sfHover = function() {<br />
	var sfEls = document.getElementById(&#8221;nav&#8221;).getElementsByTagName(&#8221;ul&#8221;);<br />
	for (var i=0; i&lt;sfEls.length; i++) {<br />
		sfEls[i].onmouseover=function() {<br />
			this.className+=&#8221; sfhover&#8221;;<br />
		}<br />
		sfEls[i].onmouseout=function() {<br />
			this.className=this.className.replace(new RegExp(&#8221; sfhover\\b&#8221;), &#8220;&#8221;);<br />
		}<br />
	}<br />
}<br />
if (window.attachEvent) window.attachEvent(&#8221;onload&#8221;, sfHover);</p>
<p>&lt;a href=&#8221;/&#8221; class=&#8221;on&#8221;&gt;Home</p>
<p>Any help would be extremely appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.wp-wordpress.com/themes-and-tricks/how-to-making-a-categories-drop-down-menu#comment-1698</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 21 Aug 2008 15:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-wordpress.com/themes-and-tricks/how-to-making-a-categories-drop-down-menu#comment-1698</guid>
		<description>btw, this was the first tutorial to actually work at all. i've tried a dozen. many thanks!</description>
		<content:encoded><![CDATA[<p>btw, this was the first tutorial to actually work at all. i&#8217;ve tried a dozen. many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.wp-wordpress.com/themes-and-tricks/how-to-making-a-categories-drop-down-menu#comment-1697</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 21 Aug 2008 15:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-wordpress.com/themes-and-tricks/how-to-making-a-categories-drop-down-menu#comment-1697</guid>
		<description>Hi! I'm trying to adapt this for my bbpress page to show my wp categories. it's going well but i am having two problems.
1. the dropdown menu looks squashed and not all of the categories are being displayed.
2. i can't seem to get it to fit in the screen. it is pushing the side bars all over the place.
I think both problems have to do with the css. would you be able to point me in the right direction?
thanks!</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m trying to adapt this for my bbpress page to show my wp categories. it&#8217;s going well but i am having two problems.<br />
1. the dropdown menu looks squashed and not all of the categories are being displayed.<br />
2. i can&#8217;t seem to get it to fit in the screen. it is pushing the side bars all over the place.<br />
I think both problems have to do with the css. would you be able to point me in the right direction?<br />
thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
