<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help me Navigate my Blog</title>
	<link>http://ask.metafilter.com/95397/Help-me-Navigate-my-Blog/</link>
	<description>Comments on Ask MetaFilter post Help me Navigate my Blog</description>
	<pubDate>Mon, 30 Jun 2008 11:22:42 -0800</pubDate>
	<lastBuildDate>Mon, 30 Jun 2008 11:22:42 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me Navigate my Blog</title>
		<link>http://ask.metafilter.com/95397/Help-me-Navigate-my-Blog</link>	
		<description>Wordpress Filter: Can I use a click-map on my header graphic for navigation instead of the text-only navbar that Wordpress makes you use?  

I have a new blog I&apos;m starting and I would like to make my navigation links for each &quot;PAGE&quot; show up on my header graphic.  However, I want to make them graphical to fit the theme of the header page.  Is there a way to hide the text from the native navbar and make clickable links that are on my header file? &lt;br /&gt;&lt;br /&gt; I haven&apos;t found an example of what I want, but you can see my blog at www.christianodellphotography.com/_blog/ and see what I&apos;m talking about.  Right below the pictures on my header, I would like to have a series of small graphics (on the header, not below it) that I can have click-maps on just like an html click-map.  Is it possible? Anyone?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.95397</guid>
		<pubDate>Mon, 30 Jun 2008 11:01:19 -0800</pubDate>
		<dc:creator>damiano99</dc:creator>
		
			<category>wordpress</category>
		
			<category>header</category>
		
			<category>navbar</category>
		
	</item> <item>
		<title>By: theiconoclast31</title>
		<link>http://ask.metafilter.com/95397/Help-me-Navigate-my-Blog#1392649</link>	
		<description>You mean something like &lt;a href=&quot;http://veerle.duoh.com/blog/comments/the_xhtml_css_template_phase_of_my_new_blog_part_2/&quot;&gt;Veerle&apos;s navigation tutorial&lt;/a&gt;? Her navigation is also a part of the header.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95397-1392649</guid>
		<pubDate>Mon, 30 Jun 2008 11:22:42 -0800</pubDate>
		<dc:creator>theiconoclast31</dc:creator>
	</item><item>
		<title>By: mkb</title>
		<link>http://ask.metafilter.com/95397/Help-me-Navigate-my-Blog#1392652</link>	
		<description>I&apos;m struggling to think of a reason this would be prohibited. Links within WordPress are just GET requests, right? If you edit your template to include this, there should be no problem.&lt;br&gt;
&lt;br&gt;
theiconoclast31: Those nav links are part of the header, but they are not imagemaps.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95397-1392652</guid>
		<pubDate>Mon, 30 Jun 2008 11:26:28 -0800</pubDate>
		<dc:creator>mkb</dc:creator>
	</item><item>
		<title>By: theichibun</title>
		<link>http://ask.metafilter.com/95397/Help-me-Navigate-my-Blog#1392654</link>	
		<description>Although it&apos;s not my favorite menu style in the world mostly due to &lt;a href=&quot;http://www.webpagesthatsuck.com/mysterymeatnavigation.html&quot;&gt;Mystery Meat Navigation&lt;/a&gt;, it should be doable.&lt;br&gt;
&lt;br&gt;
I&apos;ve done something similar before where I replaced the dynamically created navigation menu with one that I created myself using this sort of thing (mine was distinctly separate and different graphics for each link).&lt;br&gt;
&lt;br&gt;
If you can&apos;t have it in the header graphic as you wish, I know for a fact that you can have it where your menu is now and push the menu up far enough with negative padding/margins so that it appears to be part of the header graphic.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95397-1392654</guid>
		<pubDate>Mon, 30 Jun 2008 11:27:58 -0800</pubDate>
		<dc:creator>theichibun</dc:creator>
	</item><item>
		<title>By: Memo</title>
		<link>http://ask.metafilter.com/95397/Help-me-Navigate-my-Blog#1392676</link>	
		<description>I&apos;m not sure what&apos;s the difference between having them inside the header graphic and making the menu look like it&apos;s inside the header. The latter is easily achievable through the link theiconoclast31 gave you.&lt;br&gt;
&lt;br&gt;
For the first, if the page links will be always be the same, it should be a problem at all to make a CSS image-map (&lt;a href=&quot;http://www.cssplay.co.uk/menu/imap.html&quot;&gt;like this&lt;/a&gt;) and hard-code the links.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95397-1392676</guid>
		<pubDate>Mon, 30 Jun 2008 11:49:02 -0800</pubDate>
		<dc:creator>Memo</dc:creator>
	</item><item>
		<title>By: cortex</title>
		<link>http://ask.metafilter.com/95397/Help-me-Navigate-my-Blog#1392677</link>	
		<description>This should just be a matter of replacing the current content of your #header div with the imagemap/tableaux-o-links content you&apos;re wanting, as defined in the standard header.php include.&lt;br&gt;
&lt;br&gt;
It looks like you&apos;re currently just serving up an empty #header div with the header.jpg image styled into the background in your css file&amp;mdash;there are a few ways you could go from there, including (exercise left to a reader, I don&apos;t do this sort of thing myself often) just defining an imagemap to include in #header.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95397-1392677</guid>
		<pubDate>Mon, 30 Jun 2008 11:50:15 -0800</pubDate>
		<dc:creator>cortex</dc:creator>
	</item>
	</channel>
</rss>
