<?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 Menus With (x)HTML Lists And CSS</title>
	<atom:link href="http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/</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-menus-with-xhtml-lists-and-css/comment-page-1/#comment-135890</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Tue, 06 Sep 2011 19:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-135890</guid>
		<description>Thanks Pete. Is your page online? If so can you post a link to it. I think I&#039;m going to need to see your code to figure things out. If not feel free to email me your code.

Nothing in my code should be aligning the menu to the right by default. I&#039;m guessing it&#039;s something in your code that&#039;s affecting the menu. If I can see the code I&#039;m sure I can find the problem.</description>
		<content:encoded><![CDATA[<p>Thanks Pete. Is your page online? If so can you post a link to it. I think I&#8217;m going to need to see your code to figure things out. If not feel free to email me your code.</p>
<p>Nothing in my code should be aligning the menu to the right by default. I&#8217;m guessing it&#8217;s something in your code that&#8217;s affecting the menu. If I can see the code I&#8217;m sure I can find the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-135841</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 06 Sep 2011 15:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-135841</guid>
		<description>Hi Steven.  Many thanks for this post.  I am trying to place your simple vertical css and html menu in a div/layer called leftnav but am having difficulty in placing it centrally within that space.  The menu seems to align to the right and I have tried all means to correct this but nothing seems to work. I am using Dreamweaver MX2004. I would be very grateful if you could give any advice to align the menu centrally please.</description>
		<content:encoded><![CDATA[<p>Hi Steven.  Many thanks for this post.  I am trying to place your simple vertical css and html menu in a div/layer called leftnav but am having difficulty in placing it centrally within that space.  The menu seems to align to the right and I have tried all means to correct this but nothing seems to work. I am using Dreamweaver MX2004. I would be very grateful if you could give any advice to align the menu centrally please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-127428</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Thu, 14 Jul 2011 04:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-127428</guid>
		<description>Hi Connie. If you want to send me an email with all your code I&#039;ll take a look. I might not be able to get to it until the weekend, but I promise to look.

The solution will depend a little on how everything has been coded, but the general idea is to set up the html in some way so you can style the menus independently of the other lists and links on the page.

In the code in this post I gave the unordered list an id of list-menu so the list can be styled with ul#list-menu instead of just ul. Then a link inside could be styled with:

ul#list-menu a

and only those links get styled instead of all of them.

There are other ways to do the same and I usually do things a little differently today than I did when writing this post.

Again, though feel free to send me all your code and I&#039;ll take a look and see if I can fix things for you and give you an explanation for what I did and why it hopefully worked.</description>
		<content:encoded><![CDATA[<p>Hi Connie. If you want to send me an email with all your code I&#8217;ll take a look. I might not be able to get to it until the weekend, but I promise to look.</p>
<p>The solution will depend a little on how everything has been coded, but the general idea is to set up the html in some way so you can style the menus independently of the other lists and links on the page.</p>
<p>In the code in this post I gave the unordered list an id of list-menu so the list can be styled with ul#list-menu instead of just ul. Then a link inside could be styled with:</p>
<p>ul#list-menu a</p>
<p>and only those links get styled instead of all of them.</p>
<p>There are other ways to do the same and I usually do things a little differently today than I did when writing this post.</p>
<p>Again, though feel free to send me all your code and I&#8217;ll take a look and see if I can fix things for you and give you an explanation for what I did and why it hopefully worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connie Ryals</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-127419</link>
		<dc:creator>Connie Ryals</dc:creator>
		<pubDate>Thu, 14 Jul 2011 02:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-127419</guid>
		<description>Hi Steven,  I&#039;ve read many posts trying to solve a problem related to my menu made from an unordered list and I&#039;m hoping you can help.  This is for a college project and I&#039;m very new to HTML and CSS and Dreamweaver 5.5.  I used an ordered list to make a menu across the top and bottom of my page.  But, I have other unordered lists on the same page.  Everything was fine until I made some hyperlinks to some of the list items.  Now the link words are on a separate line and the entire line highlights when I hover.  It looks really bad.  I think the true unordered lists in the middle are absorbing the formatting for the &quot;menu&quot; unordered lists, but how can I turn that off?  Thanks for any help.  Connie</description>
		<content:encoded><![CDATA[<p>Hi Steven,  I&#8217;ve read many posts trying to solve a problem related to my menu made from an unordered list and I&#8217;m hoping you can help.  This is for a college project and I&#8217;m very new to HTML and CSS and Dreamweaver 5.5.  I used an ordered list to make a menu across the top and bottom of my page.  But, I have other unordered lists on the same page.  Everything was fine until I made some hyperlinks to some of the list items.  Now the link words are on a separate line and the entire line highlights when I hover.  It looks really bad.  I think the true unordered lists in the middle are absorbing the formatting for the &#8220;menu&#8221; unordered lists, but how can I turn that off?  Thanks for any help.  Connie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-114439</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Thu, 28 Apr 2011 03:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-114439</guid>
		<description>The link stuff you can leave as is. The href has to point to the location of your css file. The path you show with C:\ etc points to the file on your hard drive so it wouldn&#039;t work if you moved the page online somewhere. It should work to display on your computer though.

However you don&#039;t really need to use the full path. Assuming your html page (index.html) and your css file are located in the same folder you could just use

href=&quot;cssfile.css&quot;

Usually I create a folder named css inside the folder where index.html lives and then have

href=&quot;css/cssfile.css&quot;

As long as you keep the same folder structure when you move the page online the above should work the same as it does on your computer.

Glad to help. Feel free to ask more questions if you have any.</description>
		<content:encoded><![CDATA[<p>The link stuff you can leave as is. The href has to point to the location of your css file. The path you show with C:\ etc points to the file on your hard drive so it wouldn&#8217;t work if you moved the page online somewhere. It should work to display on your computer though.</p>
<p>However you don&#8217;t really need to use the full path. Assuming your html page (index.html) and your css file are located in the same folder you could just use</p>
<p>href=&#8221;cssfile.css&#8221;</p>
<p>Usually I create a folder named css inside the folder where index.html lives and then have</p>
<p>href=&#8221;css/cssfile.css&#8221;</p>
<p>As long as you keep the same folder structure when you move the page online the above should work the same as it does on your computer.</p>
<p>Glad to help. Feel free to ask more questions if you have any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-114431</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Thu, 28 Apr 2011 03:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-114431</guid>
		<description>Do I leave &quot;link rel=”stylesheet”&quot; and &quot;type=”text/css”&quot; as is?

And should &quot;href=”theme.css” /&gt;&quot; be the file directory, like &quot;C:\user\websitefolder\cssfile.css&quot;?

Thanks a ton for your help.</description>
		<content:encoded><![CDATA[<p>Do I leave &#8220;link rel=”stylesheet”&#8221; and &#8220;type=”text/css”&#8221; as is?</p>
<p>And should &#8220;href=”theme.css” /&gt;&#8221; be the file directory, like &#8220;C:\user\websitefolder\cssfile.css&#8221;?</p>
<p>Thanks a ton for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-108194</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Wed, 23 Mar 2011 03:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-108194</guid>
		<description>Yep. The typical name is style.css, but you can name it anything you want as long as you give it the .css extension. You also don&#039;t need to use the style tags if you create a separate css file.

Then use the link tag I used above and make sure to have the href point to your css file.</description>
		<content:encoded><![CDATA[<p>Yep. The typical name is style.css, but you can name it anything you want as long as you give it the .css extension. You also don&#8217;t need to use the style tags if you create a separate css file.</p>
<p>Then use the link tag I used above and make sure to have the href point to your css file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-108191</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 23 Mar 2011 02:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-108191</guid>
		<description>Thanks! If I wanted to put the CSS in a different file, could I do that in notepad and save it .css?</description>
		<content:encoded><![CDATA[<p>Thanks! If I wanted to put the CSS in a different file, could I do that in notepad and save it .css?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-108179</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Wed, 23 Mar 2011 01:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-108179</guid>
		<description>Sean that&#039;s my bad. You&#039;re right about the solution. The css needs to either be in its own file, which you would then link to in the head section of your html or you can place all the css between style tags in the head section of your html.

Linking to a stylesheet
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;theme.css&quot; /&gt;

Style tags
&lt;style type=&quot;text/css&quot;&gt;
css here
&lt;/style&gt;

Hope that helps. If you still have trouble feel free to email me your file and I&#039;ll take a look.</description>
		<content:encoded><![CDATA[<p>Sean that&#8217;s my bad. You&#8217;re right about the solution. The css needs to either be in its own file, which you would then link to in the head section of your html or you can place all the css between style tags in the head section of your html.</p>
<p>Linking to a stylesheet<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;theme.css&#8221; /&gt;</p>
<p>Style tags<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
css here<br />
&lt;/style&gt;</p>
<p>Hope that helps. If you still have trouble feel free to email me your file and I&#8217;ll take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://www.vanseodesign.com/css/simple-menus-with-xhtml-lists-and-css/comment-page-1/#comment-108155</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Tue, 22 Mar 2011 21:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/simple-menus-with-xhtml-lists-and-css/#comment-108155</guid>
		<description>Hey I&#039;m new to html... when I copy the final result for the nav bar into notepad and save it as a .html, the webpage just looks like a bullet list with the css actually written out and appearing on the page. Do I need to put the css somewhere else like in the head and say type=css or something?</description>
		<content:encoded><![CDATA[<p>Hey I&#8217;m new to html&#8230; when I copy the final result for the nav bar into notepad and save it as a .html, the webpage just looks like a bullet list with the css actually written out and appearing on the page. Do I need to put the css somewhere else like in the head and say type=css or something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

