<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: navigation current parent highlight hover</title>
		<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover</link>
		<description>Support Forum - Topic: navigation current parent highlight hover</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 09:26:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/navigation-current-parent-highlight-hover" rel="self" type="application/rss+xml" />

		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-29331</link>
			<pubDate>Wed, 12 Oct 2011 14:56:40 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">29331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey chris - i even find a solution without adding any css class to the menu-item.&#60;br /&#62;
in the style1.css simply change&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav .current-menu-item a, .nav li a:hover {color:#fff;}
to
.nav .current-menu-item a, .nav li:hover a {color:#fff;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav li a:hover span, .nav .current-menu-item a span {color: #8bbf00;}
to
.nav .current-menu-item a span, .nav li:hover a span {color: #8bbf00;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this should do the trick and is also the best solution because it will work automaticly for every sub page from your menu and you won't have to add css classes all the time by the wordpress 3.0 menu manager. the little secret was to put the &#34;a&#34; behind the hover.&#60;/p&#62;
&#60;p&#62;all my best&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-29315</link>
			<pubDate>Wed, 12 Oct 2011 10:35:53 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">29315@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey chris i got this thing solved.&#60;br /&#62;
the problem was that the sub-menu items also have &#34;strong&#34; tags and they are highlighted everytime the same as the main menu-item by the code provided from you (because of the a &#38;gt; strong).&#60;/p&#62;
&#60;p&#62;i don't know where you can delete the &#34;strong&#34; brackets for the sub-menu, so i simply added a css-class named &#34;parent&#34; for the parent-menu-item (in my case &#34;buchvorstellungen&#34;) via the wordpress menu manager.&#60;br /&#62;
i succeeded by adding the following into the style1.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.parent:hover a {color: #fff;} /* to make the main menu white*/
.parent:hover a span {color: #8BBF00;} /* to make the menu description green */&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this keeps the main menu highlighted and! the sub menu gray when not hovering over them.&#60;br /&#62;
a curious thing is that taking the &#34;a&#34; infront of the hover (which i think is the common way) won't work.&#60;br /&#62;
best regards&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-29278</link>
			<pubDate>Wed, 12 Oct 2011 01:23:43 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm pretty certain what I provided should work. I suggest you start with a clean CSS file and apply the provided code again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-29228</link>
			<pubDate>Tue, 11 Oct 2011 12:21:24 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">29228@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey chris,&#60;/p&#62;
&#60;p&#62;if i add&#60;br /&#62;
&#60;code&#62;.nav li:hover a &#38;gt; span {color: #8BBF00;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;it works fine for the menu description just the title doesn't work with both of the provided solutions.&#60;br /&#62;
any other ideas? i know it has to work - since there are wordpress pages with this kind of behaviour.&#60;/p&#62;
&#60;p&#62;best regards&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28831</link>
			<pubDate>Thu, 06 Oct 2011 14:36:49 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry chris, this doesn't work either.&#60;br /&#62;
if i do so the submenu gets some more lines and the parent isn't highlighted anymore.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28749</link>
			<pubDate>Thu, 06 Oct 2011 00:23:34 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the last code I provided wasn't entirely correct.&#60;br /&#62;
It should be `#menu-navigation ul li ul li:hover a &#38;gt; strong {&#60;br /&#62;
    color: #FFFFFF;&#60;br /&#62;
}`&#60;/p&#62;
&#60;p&#62;In your style1.css you can find&#60;br /&#62;
&#60;code&#62;#top .nav li ul a&#60;/code&#62;&#60;br /&#62;
and replace it by&#60;br /&#62;
&#60;code&#62;#top .nav li ul a strong,#top .nav li ul a&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This should work :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28684</link>
			<pubDate>Wed, 05 Oct 2011 15:11:34 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey chris this is working, but it changes the submenu items to be highlightet in white all the time too.&#60;br /&#62;
it's hard to distinguish the hover for a submenu now.&#60;br /&#62;
how can i get the normal grey color back if not hovering over a subpage?&#60;/p&#62;
&#60;p&#62;all my best
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28607</link>
			<pubDate>Tue, 04 Oct 2011 19:33:24 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-navigation li:hover a &#38;gt; span {
    color: #8BBF00;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to your CSS, this will color your &#34;Leseproben&#34; green when you're hovering a sub item.&#60;/p&#62;
&#60;p&#62;Also add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-navigation li:hover a &#38;gt; strong {
    color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To keep your &#34;Buchvorstellung&#34; white.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28419</link>
			<pubDate>Sun, 02 Oct 2011 17:50:38 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any news?&#60;br /&#62;
what i am trying to achieve is something like &#60;a href=&#34;http://www.brotfabrik-berlin.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.brotfabrik-berlin.de/&#60;/a&#62; when you hover to a subpage the parent keeps being highlighted.&#60;br /&#62;
i tried&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav .current-menu-parent a:hover {color:#fff;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;no luck so far
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-27815</link>
			<pubDate>Mon, 26 Sep 2011 06:50:38 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i open a new thread for a little question, otherwise it will be too confusing.&#60;br /&#62;
as the thread &#60;a href=&#34;http://www.kriesi.at/support/topic/change-menu-description-color&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/change-menu-description-color&#60;/a&#62; shows it is possible to highlight the parent menu item when a child page is selected.&#60;br /&#62;
is it possible to do this with the hover effect also?&#60;br /&#62;
it would be nice to keep a the current parent highlighted when hovering over a child.&#60;/p&#62;
&#60;p&#62;best regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
