<?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: Revise Menu CSS</title>
		<link>http://www.kriesi.at/support/topic/revise-menu-css</link>
		<description>Support Forum - Topic: Revise Menu CSS</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 13:42:19 +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/revise-menu-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-24029</link>
			<pubDate>Wed, 03 Aug 2011 06:31:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24029@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try to clear the cache of your IE browsers. The position of the dropdown is absolute so it should effect every browser in the same way...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23976</link>
			<pubDate>Tue, 02 Aug 2011 16:13:40 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">23976@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for help. The code changes the menu position in Firefox, but it appears to stay the same in IE. Worse, when I move it down, I can select the items on the &#34;Divisions/Facilities&#34; menu, but I can't even access the &#34;Media Center&#34; links before they disappear. Frustrating.&#60;/p&#62;
&#60;p&#62;Your hoverintent idea seems interesting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23896</link>
			<pubDate>Mon, 01 Aug 2011 06:26:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd push the menu down a bit (some pixels) by adjusting following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .catnav ul {
display:none;
position:absolute;
top:90px;
width:172px;
left:-10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .catnav ul {
display:none;
position:absolute;
top:97px;
width:172px;
left:-10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can hide/delete the description by clearing the description text field for all main menu items.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23880</link>
			<pubDate>Mon, 01 Aug 2011 00:07:40 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">23880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, thanks for help. I'm having trouble accessing the &#34;Chief Deputy&#34; submenu. Could I just have the CSS needed so that the menu isn't transparent? At the very least, I&#34;d like to hide the description text so it doesn't obscure the menu text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23741</link>
			<pubDate>Fri, 29 Jul 2011 06:38:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23741@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works fine for me now (IE9 + Firefox &#38;amp; Chrome) but I'll report it to Kriesi. Maybe he can improve the menu function by implementing hoverintent or something similiar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23718</link>
			<pubDate>Thu, 28 Jul 2011 21:57:11 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">23718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Only NOW, I mean, not &#34;only know.&#34; Apologies for confusion. To clarify, after the changes, I have issues in IE and FF.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23708</link>
			<pubDate>Thu, 28 Jul 2011 18:07:13 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">23708@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This did not work for me. I expanded the descriptions on both &#34;DCSO Media Center&#34; AND &#34;Resources,&#34; and I still have the same issue, only know, you can see the description text as it bleeds into the menu. So, I need to remove that conflict AND make the menus opaque so that description text isn't visible. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23639</link>
			<pubDate>Thu, 28 Jul 2011 06:53:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the problem is that the &#34;Resource&#34; menu tab has a short description compared to other menu items. So when the user navigate towards dropdown they leave the link element and the dropdown closes. You need adjust the link size. You can create a longer description for the resource tab or you can adjust the other tabs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23590</link>
			<pubDate>Wed, 27 Jul 2011 12:51:55 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">23590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;bump&#60;/p&#62;
&#60;p&#62;EDIT: This issue seems most prominent in IE, but it also shows up on occasion in Firefox as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Revise Menu CSS"</title>
			<link>http://www.kriesi.at/support/topic/revise-menu-css#post-23539</link>
			<pubDate>Tue, 26 Jul 2011 23:48:53 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">23539@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is a simple solution, but it's eluding me. If you look at the drop down here: &#60;a href=&#34;http://www.nashville-sheriff.net/&#34; rel=&#34;nofollow&#34;&#62;http://www.nashville-sheriff.net/&#60;/a&#62; The sub-menu next to Chief Deputy disappears before I can mouse over the listings, presumably because it's clashing with the Media drop down next to it. I know it's probably a simple CSS fix, but I can't find it. Please help! Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
