<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Expand submenus by default?</title>
		<link>http://www.themolitor.com/forums/topic/expand-submenus-by-default</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Expand submenus by default?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:27:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/expand-submenus-by-default" rel="self" type="application/rss+xml" />

		<item>
			<title>paulhastings0 on "Expand submenus by default?"</title>
			<link>http://www.themolitor.com/forums/topic/expand-submenus-by-default#post-1164</link>
			<pubDate>Tue, 22 Jun 2010 14:52:00 +0000</pubDate>
			<dc:creator>paulhastings0</dc:creator>
			<guid isPermaLink="false">1164@http://www.themolitor.com/forums/</guid>
			<description><p>Ah, I got the menus to be expanded automatically by replacing</p>
<p><code><br />
	//MENU SIDEBAR STUFF<br />
	jQuery("#menu").css({"opacity":.7}).toggle(1000);<br />
	jQuery("#dropmenu ul").css("display","none").parent("li").prepend("&#60;div class='closeNav'&#62;-&#60;/div&#62;&#60;div class='openNav'&#62;+&#60;/div&#62;");<br />
	//CLICK<br />
	jQuery(".openNav").click(function(){<br />
		jQuery(this).parent().children("ul").slideDown("normal",menuCheck);<br />
		jQuery(this).siblings(".closeNav").show()<br />
		jQuery(this).css("display","none");<br />
	});<br />
	jQuery(".closeNav").click(function(){<br />
		jQuery(this).parent().children("ul").slideUp("normal",menuCheck);<br />
		jQuery(this).siblings(".openNav").show();<br />
		jQuery(this).css("display","none");<br />
	});<br />
</code></p>
<p>with</p>
<p><code><br />
	//MENU SIDEBAR STUFF<br />
	jQuery("#menu").css({"opacity":.7}).toggle(1000);<br />
	jQuery("#dropmenu ul").css("display","block").parent("li").prepend("&#60;div class='closeNav'&#62;+&#60;/div&#62;&#60;div class='openNav'&#62;-&#60;/div&#62;");<br />
	//CLICK<br />
	jQuery(".openNav").click(function(){<br />
		jQuery(this).parent().children("ul").slideUp("normal",menuCheck);<br />
		jQuery(this).siblings(".closeNav").show()<br />
		jQuery(this).css("display","none");<br />
	});<br />
	jQuery(".closeNav").click(function(){<br />
		jQuery(this).parent().children("ul").slideDown("normal",menuCheck);<br />
		jQuery(this).siblings(".openNav").show();<br />
		jQuery(this).css("display","none");<br />
	});<br />
</code>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Expand submenus by default?"</title>
			<link>http://www.themolitor.com/forums/topic/expand-submenus-by-default#post-1160</link>
			<pubDate>Mon, 21 Jun 2010 13:52:21 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">1160@http://www.themolitor.com/forums/</guid>
			<description><p>You'll need to customize the jQuery script. Start by adjusting the click function to a hover function. I haven't tested the theme with this hover function effect for the menu, so you'll likely have to make additional adjustments to get it to work the way you like.
</p></description>
		</item>
		<item>
			<title>paulhastings0 on "Expand submenus by default?"</title>
			<link>http://www.themolitor.com/forums/topic/expand-submenus-by-default#post-1159</link>
			<pubDate>Mon, 21 Jun 2010 12:31:10 +0000</pubDate>
			<dc:creator>paulhastings0</dc:creator>
			<guid isPermaLink="false">1159@http://www.themolitor.com/forums/</guid>
			<description><p>Better yet, is there a way to automatically expand submenus simply by hovering over the parent page's link (instead of needing to click the "+" button)?
</p></description>
		</item>
		<item>
			<title>paulhastings0 on "Expand submenus by default?"</title>
			<link>http://www.themolitor.com/forums/topic/expand-submenus-by-default#post-1149</link>
			<pubDate>Fri, 18 Jun 2010 21:35:22 +0000</pubDate>
			<dc:creator>paulhastings0</dc:creator>
			<guid isPermaLink="false">1149@http://www.themolitor.com/forums/</guid>
			<description><p>Hmm... that only seemed to remove the menu and sidebar from the website.</p>
<p><a href="http://screencast.com/t/Yjc5YWRj" rel="nofollow">http://screencast.com/t/Yjc5YWRj</a></p>
<p>Did I do that correctly?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Expand submenus by default?"</title>
			<link>http://www.themolitor.com/forums/topic/expand-submenus-by-default#post-1148</link>
			<pubDate>Fri, 18 Jun 2010 20:23:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">1148@http://www.themolitor.com/forums/</guid>
			<description><p>In "style.css" remove the <code>display:none;</code> property for <code>#menu</code> and <code>#sidebar</code>.
</p></description>
		</item>
		<item>
			<title>paulhastings0 on "Expand submenus by default?"</title>
			<link>http://www.themolitor.com/forums/topic/expand-submenus-by-default#post-1145</link>
			<pubDate>Fri, 18 Jun 2010 13:29:17 +0000</pubDate>
			<dc:creator>paulhastings0</dc:creator>
			<guid isPermaLink="false">1145@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, I've been searching through the scripts.js file for a way to have the submenus expanded by default when someone first visits my site. Any thoughts?</p>
<p>Thanks,<br />
Paul
</p></description>
		</item>

	</channel>
</rss>
