<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: dropdown - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/dropdown</link>
		<description>WordPress.com Forums &#187; Tag: dropdown - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 19:36:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/dropdown" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Dropdown menu disappears with mouseover"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-disappears-with-mouseover#post-1227574</link>
			<pubDate>Tue, 16 Apr 2013 21:28:18 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1227574@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome, and I hope you have a good day too.
</p>
]]></description>
					</item>
		<item>
			<title>mathewbfabian on "Dropdown menu disappears with mouseover"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-disappears-with-mouseover#post-1227570</link>
			<pubDate>Tue, 16 Apr 2013 21:25:13 +0000</pubDate>
			<dc:creator>mathewbfabian</dc:creator>
			<guid isPermaLink="false">1227570@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You, sir, are a saint!<br />
Thank you very much for the help. Really appreciate it!<br />
Hope you have a good day.<br />
Mat
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Dropdown menu disappears with mouseover"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-disappears-with-mouseover#post-1227100</link>
			<pubDate>Tue, 16 Apr 2013 17:06:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1227100@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is sort of a "hack" fix, but it works. I see you changed fonts for the menu and apparently that is causing the issue since the demo site for your theme does not exhibit this behavior. Add this to your custom CSS:</p>
<pre><code>.main-navigation ul a {
padding-bottom: 0;
padding-top: 0;
line-height: 40px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>mathewbfabian on "Dropdown menu disappears with mouseover"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-disappears-with-mouseover#post-1226483</link>
			<pubDate>Tue, 16 Apr 2013 05:53:10 +0000</pubDate>
			<dc:creator>mathewbfabian</dc:creator>
			<guid isPermaLink="false">1226483@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm very new to this, and useless with CSS.<br />
Trying to find something that will stop the 'Acts' menu from disappearing when you go to select a sub-category.<br />
Any help would be appreciated to no end!<br />
Mat
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Error With Drop down"</title>
			<link>http://en.forums.wordpress.com/topic/error-with-drop-down#post-1223360</link>
			<pubDate>Sun, 14 Apr 2013 03:14:34 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1223360@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is due to the custom font you are using in the navigation and the fact that the menus use a position: absolute declaration (none of which is due to anything you have done).</p>
<p>Add this to your custom CSS though, and it will fix the issue.</p>
<pre><code>#access ul ul {
top: 24px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>taprootolympia on "Error With Drop down"</title>
			<link>http://en.forums.wordpress.com/topic/error-with-drop-down#post-1223276</link>
			<pubDate>Sun, 14 Apr 2013 00:35:34 +0000</pubDate>
			<dc:creator>taprootolympia</dc:creator>
			<guid isPermaLink="false">1223276@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi WordPressers,<br />
I am currently having a problem with the drop down menus of my blog.They display fine; however, when I move from the navigation bar to to click on the drop down the boxes disappear while going over some non-hyperlink boarder. Sometimes they work, but often they do not. I've been able to fix most things without going into the CSS. This might be a case where I need to change something via CSS. I am rather new to CSS so please explain to me like I am five. </p>
<p>The things I've tried include:</p>
<p>*:{<br />
margin: 0;<br />
margin-bottom:0px;<br />
padding: 0;<br />
}</p>
<p>Thanks for all the feedback!
</p>
]]></description>
					</item>
		<item>
			<title>dundasmontessori on "Menu Dropdown hidden behind gallery images"</title>
			<link>http://en.forums.wordpress.com/topic/menu-dropdown-hidden-behind-gallery-images#post-1209758</link>
			<pubDate>Thu, 04 Apr 2013 22:47:37 +0000</pubDate>
			<dc:creator>dundasmontessori</dc:creator>
			<guid isPermaLink="false">1209758@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you justjennifer and siobhyb -- problem fixed. Only needed to add a portion of the code you provided to what we already had:</p>
<blockquote><p>.main-navigation {<br />
	position: absolute;<br />
	top: 325px;<br />
	z-index: 9999;<br />
}</p></blockquote>
]]></description>
					</item>
		<item>
			<title>siobhyb on "Menu Dropdown hidden behind gallery images"</title>
			<link>http://en.forums.wordpress.com/topic/menu-dropdown-hidden-behind-gallery-images#post-1206223</link>
			<pubDate>Tue, 02 Apr 2013 20:01:41 +0000</pubDate>
			<dc:creator>siobhyb</dc:creator>
			<guid isPermaLink="false">1206223@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Adding the following to your custom CSS should resolve this problem:</p>
<pre><code>.main-navigation li ul {
z-index: 9999;
}</code></pre>
<p>Hope that helps! :)
</p>
]]></description>
					</item>
		<item>
			<title>dundasmontessori on "Menu Dropdown hidden behind gallery images"</title>
			<link>http://en.forums.wordpress.com/topic/menu-dropdown-hidden-behind-gallery-images#post-1205476</link>
			<pubDate>Tue, 02 Apr 2013 12:58:33 +0000</pubDate>
			<dc:creator>dundasmontessori</dc:creator>
			<guid isPermaLink="false">1205476@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Using customized 2012 theme with a slide show gallery on the home page. One of the top menu items has a dropdown and it gets hidden/buried behind the gallery images. Not the background/frame, the actual images themselves. Site is dvms.ca</p>
<p>Any ideas?
</p>
]]></description>
					</item>
		<item>
			<title>sixhours on "No Grandchildren in Mixfolio?"</title>
			<link>http://en.forums.wordpress.com/topic/no-grandchildren-in-mixfolio#post-1204299</link>
			<pubDate>Mon, 01 Apr 2013 18:39:39 +0000</pubDate>
			<dc:creator>sixhours</dc:creator>
			<guid isPermaLink="false">1204299@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Howdy! You're correct, this is the theme's current intended behavior. I will make a note of it and consider it for a future enhancement to Mixfolio. Thanks for bringing it to our attention!
</p>
]]></description>
					</item>
		<item>
			<title>eransachs on "No Grandchildren in Mixfolio?"</title>
			<link>http://en.forums.wordpress.com/topic/no-grandchildren-in-mixfolio#post-1196665</link>
			<pubDate>Wed, 27 Mar 2013 00:15:25 +0000</pubDate>
			<dc:creator>eransachs</dc:creator>
			<guid isPermaLink="false">1196665@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I realize I wasn't accurate in my terminology. Apologies.<br />
The behavior I am experiencing is that 2nd-level submenu options don't drop down in Mixfolio.<br />
They are there when I change to other themes, so I am wondering whether this is a bug or a feature...</p>
<p>Thank you in advance,<br />
Eran
</p>
]]></description>
					</item>
		<item>
			<title>eransachs on "No Grandchildren in Mixfolio?"</title>
			<link>http://en.forums.wordpress.com/topic/no-grandchildren-in-mixfolio#post-1196656</link>
			<pubDate>Wed, 27 Mar 2013 00:01:51 +0000</pubDate>
			<dc:creator>eransachs</dc:creator>
			<guid isPermaLink="false">1196656@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I started to build a blog in Mixfolio and after a few days I suddenly noticed that it does not seem to support grandchildren in the primary custom menu.<br />
I seem to get them in other themes but when I activate Mixfolio, it only shows one level down.<br />
Is that possible? a bug? It is really doing my head in.</p>
<p>Thanks!<br />
Eran
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Dropdown menu"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-1#post-1192650</link>
			<pubDate>Sat, 23 Mar 2013 23:48:13 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1192650@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here please &#62; <a href="http://en.support.wordpress.com/pages/new-page-screen/#page-title-and-url" rel="nofollow">http://en.support.wordpress.com/pages/new-page-screen/#page-title-and-url</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Dropdown menu"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-1#post-1192649</link>
			<pubDate>Sat, 23 Mar 2013 23:46:37 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1192649@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Title Attribute option is for the actual link in your navigation.<br />
 The actual title may be long but you can use a shorter <strong>slug</strong> as a tab in the custom menu.
</p>
]]></description>
					</item>
		<item>
			<title>omnipotency on "Dropdown menu"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-1#post-1192642</link>
			<pubDate>Sat, 23 Mar 2013 23:40:50 +0000</pubDate>
			<dc:creator>omnipotency</dc:creator>
			<guid isPermaLink="false">1192642@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>THANK YOU it worked one quick question: What is the "title attribute?"
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Dropdown menu"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-1#post-1192640</link>
			<pubDate>Sat, 23 Mar 2013 23:38:22 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1192640@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Go here &#62; Appearance &#62; Menus and it will make sense to you.<br />
It's on the top left hand side.
</p>
]]></description>
					</item>
		<item>
			<title>omnipotency on "Dropdown menu"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-1#post-1192635</link>
			<pubDate>Sat, 23 Mar 2013 23:35:23 +0000</pubDate>
			<dc:creator>omnipotency</dc:creator>
			<guid isPermaLink="false">1192635@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for replying so fast :) What does it mean by "you must select it from the pulldown in the Theme Locations module"? What is the theme locations module?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Dropdown menu"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-1#post-1192631</link>
			<pubDate>Sat, 23 Mar 2013 23:33:07 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1192631@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Custom Menu feature allows you to change the order of pages, nest pages to create sub-menus, display posts on multiple pages by creating category pages, and add posts, tag pages, and custom links to your navigation menu. <a href="http://en.support.wordpress.com/menus/" rel="nofollow">http://en.support.wordpress.com/menus/</a></p>
<p><a href="http://en.support.wordpress.com/menus/#adding-pages" rel="nofollow">http://en.support.wordpress.com/menus/#adding-pages</a><br />
<a href="http://en.support.wordpress.com/menus/#changing-the-order-of-menu-items-and-creating-sub-menus" rel="nofollow">http://en.support.wordpress.com/menus/#changing-the-order-of-menu-items-and-creating-sub-menus</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Dropdown menu"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-1#post-1192629</link>
			<pubDate>Sat, 23 Mar 2013 23:31:11 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1192629@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There are many common errors, misunderstandings and misconceptions when creating custom menus and you can read about them here &#62; <a href="http://wpbtips.wordpress.com/2011/12/19/custom-menus/" rel="nofollow">http://wpbtips.wordpress.com/2011/12/19/custom-menus/</a>
</p>
]]></description>
					</item>
		<item>
			<title>omnipotency on "Dropdown menu"</title>
			<link>http://en.forums.wordpress.com/topic/dropdown-menu-1#post-1192628</link>
			<pubDate>Sat, 23 Mar 2013 23:30:19 +0000</pubDate>
			<dc:creator>omnipotency</dc:creator>
			<guid isPermaLink="false">1192628@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello, I'm new to wordpress and I'm trying to make a dropdown menu that would have Art as the main header- when clicked two menus would drop down: "Artists" and "Artwork." It would look like this:<br />
-Art<br />
   -Artists<br />
   -Artwork</p>
<p>However, when I drag the "Artists" and "Artwork" under "Art" it doesn't work; instead the two just pops up along with the intended header:<br />
-Art -Artists -Artwork</p>
<p>Please help
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "No dropdown menu!"</title>
			<link>http://en.forums.wordpress.com/topic/no-dropdown-menu#post-1163738</link>
			<pubDate>Tue, 26 Feb 2013 08:06:33 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">1163738@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>linuxfag on "No dropdown menu!"</title>
			<link>http://en.forums.wordpress.com/topic/no-dropdown-menu#post-1163448</link>
			<pubDate>Tue, 26 Feb 2013 00:54:47 +0000</pubDate>
			<dc:creator>linuxfag</dc:creator>
			<guid isPermaLink="false">1163448@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thankyou Macmanx and everyone else, for your informative suggestions. This problem has cleared up as mysteriously as it occurred. I think perhaps it was a Firefox glitch...in that, even though I cleared the cache and deleted all cookies, perhaps it did not do a proper job of it.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "No dropdown menu!"</title>
			<link>http://en.forums.wordpress.com/topic/no-dropdown-menu#post-1163064</link>
			<pubDate>Mon, 25 Feb 2013 21:24:31 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">1163064@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm not seeing the issue myself. For now, you can still access your Dashboard to edit everything via <a href="https://zekeblog.wordpress.com/wp-admin/" rel="nofollow">https://zekeblog.wordpress.com/wp-admin/</a></p>
<p>As for the issue, first please make sure that your browser is up to date by visiting <a href="http://www.whatbrowser.org/" rel="nofollow">http://www.whatbrowser.org/</a></p>
<p>If it is not, please try updating your browser or switching to a different browser.</p>
<p>If it is, please do these four things:</p>
<p>1. Try clearing your browser's cache and cookies: <a href="http://en.support.wordpress.com/browser-issues/" rel="nofollow">http://en.support.wordpress.com/browser-issues/</a></p>
<p>2. Make sure that you have third-party cookies enabled: <a href="http://en.support.wordpress.com/third-party-cookies/" rel="nofollow">http://en.support.wordpress.com/third-party-cookies/</a></p>
<p>3. Try with all browser extensions or add-ons temporarily disabled.</p>
<p>4. Try enabling HTTPS: <a href="http://en.support.wordpress.com/https/" rel="nofollow">http://en.support.wordpress.com/https/</a></p>
<p>Please let us know how each step goes for you, and which browser (and version of) you're using if you're still having trouble.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to Make Category Dropdown Menu with Specific Posts?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-category-dropdown-menu-with-specific-posts#post-1161168</link>
			<pubDate>Sat, 23 Feb 2013 20:11:04 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1161168@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The two different kinds of software wpMU (wordpress mutiuser) and WordPress.org software are not the same. Therefore there are different sites and different support forums. Please feel free to register a WordPress.org username account and post to the correct forum for your software.
</p>
]]></description>
					</item>
		<item>
			<title>kma9090 on "How to Make Category Dropdown Menu with Specific Posts?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-category-dropdown-menu-with-specific-posts#post-1161165</link>
			<pubDate>Sat, 23 Feb 2013 20:07:11 +0000</pubDate>
			<dc:creator>kma9090</dc:creator>
			<guid isPermaLink="false">1161165@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well if you are basically 2 different sites you shouldn't be sharing the same database and allowing non authorised users to post on this part. Seems a bit daft to me.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to Make Category Dropdown Menu with Specific Posts?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-category-dropdown-menu-with-specific-posts#post-1161129</link>
			<pubDate>Sat, 23 Feb 2013 19:07:48 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1161129@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>&#60;blockquote<a href="http://wordpress.org">&#62;wordpress powered blog</a><br />
Click that link in the footer of your blog. It's a WordPress.org install and <strong>we cannot help you here at WordPress.COM</strong>.
</p>
]]></description>
					</item>
		<item>
			<title>kma9090 on "How to Make Category Dropdown Menu with Specific Posts?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-category-dropdown-menu-with-specific-posts#post-1161123</link>
			<pubDate>Sat, 23 Feb 2013 19:04:08 +0000</pubDate>
			<dc:creator>kma9090</dc:creator>
			<guid isPermaLink="false">1161123@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using a wordpress powered blog and I logged in with my username, how can this be the wrong place. Is this not a wordpress support forum?<br />
Also the site is adult, I didn't think you would want me posting the link here.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to Make Category Dropdown Menu with Specific Posts?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-category-dropdown-menu-with-specific-posts#post-1161122</link>
			<pubDate>Sat, 23 Feb 2013 19:00:43 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1161122@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>NOTE: Every time you have posted to this forum you have been asked for the link to the blog in question and every time you have been asked you have not provided it. Without you posting the link so we can lay eyes on the blog in question there is no support that we can offer.</p>
<blockquote><p>I have tried a couple of plugins already but none see to do what I want.</p></blockquote>
<p>There is no FTP access to any free hosted WordPress.COM blogs and we bloggers cannot install plugins at all. That means you are posting to the wrong support forum.  We cannot help you here. Support for your website software and any advice you need are provided on the WordPress.org support forums and they are here <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a></p>
<p>If you don't have a username account at WordPress.org, click <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> and register one on the top right hand corner of the page that opens, so you can post to those forums.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to Make Category Dropdown Menu with Specific Posts?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-category-dropdown-menu-with-specific-posts#post-1161119</link>
			<pubDate>Sat, 23 Feb 2013 18:56:48 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1161119@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Where is the active link starting with http:// that we can click and access the site you are asking about? Please post it now.
</p>
]]></description>
					</item>
		<item>
			<title>kma9090 on "How to Make Category Dropdown Menu with Specific Posts?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-category-dropdown-menu-with-specific-posts#post-1161111</link>
			<pubDate>Sat, 23 Feb 2013 18:49:04 +0000</pubDate>
			<dc:creator>kma9090</dc:creator>
			<guid isPermaLink="false">1161111@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I am using an Elegent theme on my blog and I want to create a drop down menu on one of the custom menu categories.</p>
<p>I would like to select specific posts "top 10" and sort them in any order.</p>
<p>Is there a plugin / combination of plugins that could do this or can someone provide some code.</p>
<p>I have tried a couple of plugins already but none see to do what I want.</p>
<p>Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
