<?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: Simple Navigation Bar With CSS And (x)HTML</title>
	<atom:link href="http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/</link>
	<description>Helping you build search engine friendly websites</description>
	<lastBuildDate>Sun, 12 Feb 2012 17:29:40 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-4/#comment-193652</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Sun, 12 Feb 2012 17:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-193652</guid>
		<description>For submenus I use the suckerfish system. I&#039;ve linked to it about a dozen times in the comments so a quick search on the page should take you to it.</description>
		<content:encoded><![CDATA[<p>For submenus I use the suckerfish system. I&#8217;ve linked to it about a dozen times in the comments so a quick search on the page should take you to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udhaya</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-4/#comment-193195</link>
		<dc:creator>Udhaya</dc:creator>
		<pubDate>Sat, 11 Feb 2012 07:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-193195</guid>
		<description>Thanks for the post..Its working..Do u have css code for sub menus...</description>
		<content:encoded><![CDATA[<p>Thanks for the post..Its working..Do u have css code for sub menus&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-4/#comment-189644</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Thu, 02 Feb 2012 05:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-189644</guid>
		<description>I&#039;m thinking the problem is more with the cgi script than the code here. Is there a reason why you&#039;re using the cgi script. They went out of practice quite some time ago.

If you want the navbar to remain in place you can do that with some css. Give the outermost container on the navbar a position of fixed and it should remain in place.

Using the code here you could add

#list-nav {position: fixed}</description>
		<content:encoded><![CDATA[<p>I&#8217;m thinking the problem is more with the cgi script than the code here. Is there a reason why you&#8217;re using the cgi script. They went out of practice quite some time ago.</p>
<p>If you want the navbar to remain in place you can do that with some css. Give the outermost container on the navbar a position of fixed and it should remain in place.</p>
<p>Using the code here you could add</p>
<p>#list-nav {position: fixed}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-3/#comment-186526</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 26 Jan 2012 19:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-186526</guid>
		<description>I&#039;ve tried your code and noticed an odd side effect when it follows a url. What I have is a PERL/CGI script which creates a webpage with the nav bar on it. My intention was to create the effect of a stationary and ever present nav bar as users navigate the links. The base url for all links are the same directing it back to the original CGI script, but the page changes it&#039;s appearance based on additional parameters stipulated in the link.

For example:

Home = http://server.com/bin/script.cgi
Page 1 = http://server.com/bin/script.cgi?page=1

and etc..

The same nav bar code is reloaded everytime a link is clicked. But the funny thing is when following a URL the nav bar breaks up and forms a stair step from left to right. Refreshing the page will put the nav bar back into it&#039;s appropriate orientation, using anchors to navigate within the same page seems to work fine, but put a url into and the nav bar breaks apart the next time it&#039;s loaded.

Do you have any thoughts concerning that? Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried your code and noticed an odd side effect when it follows a url. What I have is a PERL/CGI script which creates a webpage with the nav bar on it. My intention was to create the effect of a stationary and ever present nav bar as users navigate the links. The base url for all links are the same directing it back to the original CGI script, but the page changes it&#8217;s appearance based on additional parameters stipulated in the link.</p>
<p>For example:</p>
<p>Home = <a href="http://server.com/bin/script.cgi" rel="nofollow">http://server.com/bin/script.cgi</a><br />
Page 1 = <a href="http://server.com/bin/script.cgi?page=1" rel="nofollow">http://server.com/bin/script.cgi?page=1</a></p>
<p>and etc..</p>
<p>The same nav bar code is reloaded everytime a link is clicked. But the funny thing is when following a URL the nav bar breaks up and forms a stair step from left to right. Refreshing the page will put the nav bar back into it&#8217;s appropriate orientation, using anchors to navigate within the same page seems to work fine, but put a url into and the nav bar breaks apart the next time it&#8217;s loaded.</p>
<p>Do you have any thoughts concerning that? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-3/#comment-180010</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Thu, 12 Jan 2012 16:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-180010</guid>
		<description>Hi Frank. I&#039;m working on a new post to do just that. In the meantime you can use the suckerfish system which is the one I usually use. I&#039;ve linked to it a half dozen or so times in the comments so just do a search on this page for suckerfish. It should be easy to find.</description>
		<content:encoded><![CDATA[<p>Hi Frank. I&#8217;m working on a new post to do just that. In the meantime you can use the suckerfish system which is the one I usually use. I&#8217;ve linked to it a half dozen or so times in the comments so just do a search on this page for suckerfish. It should be easy to find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank...</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-3/#comment-179883</link>
		<dc:creator>Frank...</dc:creator>
		<pubDate>Thu, 12 Jan 2012 11:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-179883</guid>
		<description>do you mind showing us how to create navigation bars with drop down menus or refer me to else, please.</description>
		<content:encoded><![CDATA[<p>do you mind showing us how to create navigation bars with drop down menus or refer me to else, please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-3/#comment-177803</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sat, 07 Jan 2012 20:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-177803</guid>
		<description>that helped a bit but i need adust then length a little bit thanks</description>
		<content:encoded><![CDATA[<p>that helped a bit but i need adust then length a little bit thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-3/#comment-177482</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Sat, 07 Jan 2012 05:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-177482</guid>
		<description>Yep. You just need to adjust the widths I used. There&#039;s one on the ul#list-nav, which sets the overall width of the entire navbar and then there&#039;s one on ul#list-nav li a, which sets the width on the individual menu items.

You&#039;ll probably need to adjust both and I think it will be easier to start by increasing ul#list-nav and then increasing ul#list-nav li a.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Yep. You just need to adjust the widths I used. There&#8217;s one on the ul#list-nav, which sets the overall width of the entire navbar and then there&#8217;s one on ul#list-nav li a, which sets the width on the individual menu items.</p>
<p>You&#8217;ll probably need to adjust both and I think it will be easier to start by increasing ul#list-nav and then increasing ul#list-nav li a.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-3/#comment-177481</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Sat, 07 Jan 2012 05:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-177481</guid>
		<description>I wrote a post on &lt;a href=&quot;http://www.vanseodesign.com/css/centering-with-css/&quot; rel=&quot;nofollow&quot;&gt;centering with css&lt;/a&gt;. The basic idea is you want to give the element you want to center (in this case #list-nav) a width and then set the left and right margins to auto. You also need to use a proper doctype for some older versions of IE.</description>
		<content:encoded><![CDATA[<p>I wrote a post on <a href="http://www.vanseodesign.com/css/centering-with-css/" rel="nofollow">centering with css</a>. The basic idea is you want to give the element you want to center (in this case #list-nav) a width and then set the left and right margins to auto. You also need to use a proper doctype for some older versions of IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/comment-page-3/#comment-177396</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sat, 07 Jan 2012 01:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/web-design/css/simple-navigation-bar-with-css-and-xhtml/#comment-177396</guid>
		<description>i have added the text i need and because its to long i has extended down one box so is there away to make the boxes longer</description>
		<content:encoded><![CDATA[<p>i have added the text i need and because its to long i has extended down one box so is there away to make the boxes longer</p>
]]></content:encoded>
	</item>
</channel>
</rss>

