<?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; Topic: Problem with Navigation</title>
		<link>http://en.forums.wordpress.com/topic/problem-with-navigation</link>
		<description>WordPress.com Forums &#187; Topic: Problem with Navigation</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 18:37:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/problem-with-navigation" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Problem with Navigation"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-navigation#post-1173686</link>
			<pubDate>Thu, 07 Mar 2013 19:20:24 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173686@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Note that CSS is theme specific, and often times you need some context in order to help (such as being able to see the HTML so there is some context).</p>
<p>Since there haven't been an replies on this topic for the past couple weeks, I'm going to change the status to resolved. If you still need help with a WordPress.com blog, please reply back with the link tot he blog you're working on and change the topic status to "not resolved."
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Problem with Navigation"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-navigation#post-1161465</link>
			<pubDate>Sun, 24 Feb 2013 03:32:46 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161465@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The blog you selected when you entered your help request doesn't have a menu in it: <a href="http://jared8239blog.wordpress.com/" rel="nofollow">http://jared8239blog.wordpress.com/</a></p>
<p>This forum is for WordPress.com blogs. Can you please provide a link to your WordPress.com blog? The CSS will depend on which theme you are using.
</p>
]]></description>
					</item>
		<item>
			<title>jrader981 on "Problem with Navigation"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-navigation#post-1157648</link>
			<pubDate>Tue, 19 Feb 2013 22:45:04 +0000</pubDate>
			<dc:creator>jrader981</dc:creator>
			<guid isPermaLink="false">1157648@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Someone gave me CSS to work on. Not sure about the coding. Every time the code is in place, the Navigation stays highlighted, but he drop-down menu is not working properly:</p>
<p>.navbar {<br />
background:#f0b005; /* Old browsers */<br />
background: -moz-linear-gradient(top, #f0b005 0%, #f2d517 100%); /* FF3.6+ */<br />
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b005), color-stop(100%,#f2d517)); /* Chrome,Safari4+ */<br />
background: -webkit-linear-gradient(top, #f0b005 0%,#f2d517 100%); /* Chrome10+,Safari5.1+ */<br />
background: -o-linear-gradient(top, #f0b005 0%,#f2d517 100%); /* Opera 11.10+ */<br />
background: -ms-linear-gradient(top, #f0b005 0%,#f2d517 100%); /* IE10+ */<br />
background: linear-gradient(to bottom, #f0b005 0%,#f2d517 100%); /* W3C */<br />
width:960px; padding:0px 0 0px 0; border-top:solid #231f20 2px;<br />
-webkit-box-shadow:0px 4px 5px rgba(50, 50, 50, 0.75);<br />
-moz-box-shadow:0px 4px 5px rgba(50, 50, 50, 0.75);<br />
box-shadow:0px 4px 5px rgba(50, 50, 50, 0.75);<br />
text-align:center;<br />
}</p>
<p>#navlinks { width: 100%; margin:0 0px; text-align:center; position:relative; padding-top:14px; padding-bottom:10px;}<br />
#navlinks ul li a { text-decoration:none; font-size:14px; font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;}</p>
<p>ul.level-1 { text-align:center; position:relative; display: inline-block;}<br />
ul.level-1&#62;li { list-style-type:none; float:left;}<br />
ul.level-1&#62;li a { color:#231f20; text-decoration:none; padding:14px 10px 14px 10px; font-size:14px; font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;}<br />
ul.level-1&#62;li:hover a { text-decoration:underline; cursor:pointer; background-color: #3b3a3a; color: #ffffff;}<br />
ul.level-2<br />
{<br />
display:block; position:absolute; z-index:50; padding:4px 2px 4px 2px; border:solid #231f20 1px; white-space: nowrap; display: inline-block;<br />
background:#f0b005; /* Old browsers */<br />
background: -moz-linear-gradient(top, #f0b005 0%, #f2d517 100%); /* FF3.6+ */<br />
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b005), color-stop(100%,#f2d517)); /* Chrome,Safari4+ */<br />
background: -webkit-linear-gradient(top, #f0b005 0%,#f2d517 100%); /* Chrome10+,Safari5.1+ */<br />
background: -o-linear-gradient(top, #f0b005 0%,#f2d517 100%); /* Opera 11.10+ */<br />
background: -ms-linear-gradient(top, #f0b005 0%,#f2d517 100%); /* IE10+ */<br />
background: linear-gradient(to bottom, #f0b005 0%,#f2d517 100%); /* W3C */<br />
margin-top:14px;<br />
color:#231f20;}<br />
ul.level-2 li { list-style-type:none; padding:8px 0px 8px 0px; height:auto;}<br />
ul.level-1&#62;li a {color:#231f20; text-decoration:none; padding:14px 10px 14px 10px; font-size:14px; font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;}<br />
ul.level-2&#62;li:hover a { text-decoration:underline; cursor:pointer; background-color: #3b3a3a; padding:8px 10px 8px 10px; height:auto; color: #ffffff;}</p>
<p>Any help would be great. I've been frustrated with this all day
</p>
]]></description>
					</item>

	</channel>
</rss>
