<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Drop-up menu in Thesis 1.6</title>
	<atom:link href="http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/</link>
	<description>Blog of design-loving, photo-taking, Mac-using, Christian molecular biologist and qualified geek.</description>
	<lastBuildDate>Tue, 16 Mar 2010 09:47:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kristarella</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63696</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Tue, 02 Feb 2010 05:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63696</guid>
		<description>&lt;a class=&quot;comment_link&quot; href=&quot;http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63694&quot; rel=&quot;nofollow&quot;&gt;WC&lt;/a&gt; --- Essentially all you would need is &lt;code&gt;.custom #footer_nav {position:fixed; bottom:0; }&lt;/code&gt;, but as he says in that link, IE doesn&#039;t always play nicely. Not sure what value you&#039;d need to center it perhaps looking up &quot;CSS position&quot; on W3 Schools will tell you.</description>
		<content:encoded><![CDATA[<p><a class="comment_link" href="http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63694" rel="nofollow">WC</a> &#8212; Essentially all you would need is <code>.custom #footer_nav {position:fixed; bottom:0; }</code>, but as he says in that link, IE doesn&#8217;t always play nicely. Not sure what value you&#8217;d need to center it perhaps looking up &#8220;CSS position&#8221; on W3 Schools will tell you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WC</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63694</link>
		<dc:creator>WC</dc:creator>
		<pubDate>Tue, 02 Feb 2010 05:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63694</guid>
		<description>btw, do you have a suggestion to make it into something like this?
http://www.bennadel.com/blog/1740-Building-A-Fixed-Position-Bottom-Menu-Bar-ala-FaceBook-.htm</description>
		<content:encoded><![CDATA[<p>btw, do you have a suggestion to make it into something like this?<br />
<a href="http://www.bennadel.com/blog/1740-Building-A-Fixed-Position-Bottom-Menu-Bar-ala-FaceBook-.htm" rel="nofollow">http://www.bennadel.com/blog/1.....eBook-.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WC</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63693</link>
		<dc:creator>WC</dc:creator>
		<pubDate>Tue, 02 Feb 2010 05:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63693</guid>
		<description>Hi, I put it in a div and give it an id (footer_nav)
thanks for your help! :)</description>
		<content:encoded><![CDATA[<p>Hi, I put it in a div and give it an id (footer_nav)<br />
thanks for your help! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristarella</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63689</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63689</guid>
		<description>&lt;a class=&quot;comment_link&quot; href=&quot;http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63680&quot; rel=&quot;nofollow&quot;&gt;WC&lt;/a&gt; --- When using &lt;code&gt;thesis_nav_menu()&lt;/code&gt; it would be better not to have it inside another &lt;code&gt;ul&lt;/code&gt;, which is why I said you&#039;d use it instead of all the code in the function, otherwise you end up with a menu inside a menu. Anywho, if you have it working for you, that&#039;s good.

To remove the top navigation you need &lt;code&gt;remove_action(&#039;thesis_hook_before_header&#039;,&#039;thesis_nav_menu&#039;);&lt;/code&gt; in &lt;tt&gt;custom_functions.php&lt;/tt&gt;.</description>
		<content:encoded><![CDATA[<p><a class="comment_link" href="http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63680" rel="nofollow">WC</a> &#8212; When using <code>thesis_nav_menu()</code> it would be better not to have it inside another <code>ul</code>, which is why I said you&#8217;d use it instead of all the code in the function, otherwise you end up with a menu inside a menu. Anywho, if you have it working for you, that&#8217;s good.</p>
<p>To remove the top navigation you need <code>remove_action('thesis_hook_before_header','thesis_nav_menu');</code> in <tt>custom_functions.php</tt>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WC</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63683</link>
		<dc:creator>WC</dc:creator>
		<pubDate>Tue, 02 Feb 2010 02:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63683</guid>
		<description>Hi I just added this to the custom.css, it fixed the offset :)
.custom #footer_nav li ul li ul {border-bottom:0; margin-top:30px;}</description>
		<content:encoded><![CDATA[<p>Hi I just added this to the custom.css, it fixed the offset :)<br />
.custom #footer_nav li ul li ul {border-bottom:0; margin-top:30px;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WC</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63680</link>
		<dc:creator>WC</dc:creator>
		<pubDate>Tue, 02 Feb 2010 02:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63680</guid>
		<description>Hey, I used thesis_nav_menu();  in the function and it&#039;s showing up. (I put a  around, it seems to work...)
It looks like the second level drop up is off 1 cell with to the top.. (the child pages)... Not sure what&#039;s the best way to fix it
... Also, how do I get rid of the top menu bar completely?
Thanks :)</description>
		<content:encoded><![CDATA[<p>Hey, I used thesis_nav_menu();  in the function and it&#8217;s showing up. (I put a  around, it seems to work&#8230;)<br />
It looks like the second level drop up is off 1 cell with to the top.. (the child pages)&#8230; Not sure what&#8217;s the best way to fix it<br />
&#8230; Also, how do I get rid of the top menu bar completely?<br />
Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristarella</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63657</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63657</guid>
		<description>&lt;a class=&quot;comment_link&quot; href=&quot;http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63652&quot; rel=&quot;nofollow&quot;&gt;WC&lt;/a&gt; --- you can use &lt;code&gt;&lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_pages&quot; rel=&quot;nofollow&quot;&gt;wp_list_pages()&lt;/a&gt;&lt;/code&gt; the same way &lt;code&gt;wp_list_categories()&lt;/code&gt; is used, or if you wanted to duplicate your thesis navigation with pages and categories down the bottom you could use &lt;code&gt;thesis_nav_menu();&lt;/code&gt; instead of all the code in the function (but if you did it wouldn&#039;t have the id &quot;footer_nav&quot; anymore, you&#039;d need a different identifier).</description>
		<content:encoded><![CDATA[<p><a class="comment_link" href="http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63652" rel="nofollow">WC</a> &#8212; you can use <code><a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" rel="nofollow">wp_list_pages()</a></code> the same way <code>wp_list_categories()</code> is used, or if you wanted to duplicate your thesis navigation with pages and categories down the bottom you could use <code>thesis_nav_menu();</code> instead of all the code in the function (but if you did it wouldn&#8217;t have the id &#8220;footer_nav&#8221; anymore, you&#8217;d need a different identifier).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WC</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63652</link>
		<dc:creator>WC</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63652</guid>
		<description>Thanks for the tutorial, I had some fun with it :)
Now I have a crazy question, do you know how to bring the page nav down to the footer using this drop up technic?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, I had some fun with it :)<br />
Now I have a crazy question, do you know how to bring the page nav down to the footer using this drop up technic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63489</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 28 Jan 2010 12:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63489</guid>
		<description>You&#039;re right!  Like everything in life, it&#039;s so simple when you know how :o)  Keep up the inspirational work and thanks for a very quick response.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right!  Like everything in life, it&#8217;s so simple when you know how :o)  Keep up the inspirational work and thanks for a very quick response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristarella</title>
		<link>http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63485</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Thu, 28 Jan 2010 12:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristarella.com/?p=3733#comment-63485</guid>
		<description>&lt;a href=&quot;http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63470&quot; rel=&quot;nofollow&quot;&gt;Pete&lt;/a&gt; --- I believe all you need in custom.css is &lt;code&gt;.custom .menu li a {background:transparent;}&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p><a href="http://www.kristarella.com/2009/11/drop-up-menu-in-thesis-1-6/#comment-63470" rel="nofollow">Pete</a> &#8212; I believe all you need in custom.css is <code>.custom .menu li a {background:transparent;}</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
