<?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: Horizontal HTML &amp; CSS navigation</title>
	<atom:link href="http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/</link>
	<description>Psd graphics - design feebies library</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:56:02 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rams</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-3659</link>
		<dc:creator>rams</dc:creator>
		<pubDate>Wed, 05 May 2010 06:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-3659</guid>
		<description>very created work. Thank u very much for u r help. great menu bars.</description>
		<content:encoded><![CDATA[<p>very created work. Thank u very much for u r help. great menu bars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-3277</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 08 Apr 2010 20:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-3277</guid>
		<description>Check the path to the file, put in the same named folder, or update path in CSS.</description>
		<content:encoded><![CDATA[<p>Check the path to the file, put in the same named folder, or update path in CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imma</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-3275</link>
		<dc:creator>imma</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-3275</guid>
		<description>Please i need help i put the css and html code, all is ok but the menu is without picture,
 in spite of making the picture in the same file i work with dreamweaver.</description>
		<content:encoded><![CDATA[<p>Please i need help i put the css and html code, all is ok but the menu is without picture,<br />
 in spite of making the picture in the same file i work with dreamweaver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-2949</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 21:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-2949</guid>
		<description>To edit HTML or CSS you need HTML editor like Dreamweaver.</description>
		<content:encoded><![CDATA[<p>To edit HTML or CSS you need HTML editor like Dreamweaver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-2939</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 00:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-2939</guid>
		<description>Still don&#039;t know how to do it :-/
what programs do i need to do it?
is adobe photoshop elements okay?</description>
		<content:encoded><![CDATA[<p>Still don&#8217;t know how to do it :-/<br />
what programs do i need to do it?<br />
is adobe photoshop elements okay?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leena</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-2883</link>
		<dc:creator>leena</dc:creator>
		<pubDate>Sun, 28 Feb 2010 10:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-2883</guid>
		<description>wow, nice work thanks dog boy for the updating the correction</description>
		<content:encoded><![CDATA[<p>wow, nice work thanks dog boy for the updating the correction</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @dog boy</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-2539</link>
		<dc:creator>@dog boy</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-2539</guid>
		<description>Learn a little CSS. :) text-align: center; should do.

FIND
&lt;code&gt;
#navigation {
	width: 950px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(images/navigation-bg.jpg) no-repeat left top;
} 
&lt;/code&gt;

REPLACE WITH

&lt;code&gt;
#navigation {
	width: 950px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align:center;
	background: url(images/navigation-bg.jpg) no-repeat left top;
} 
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Learn a little CSS. <img src='http://www.psdgraphics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  text-align: center; should do.</p>
<p>FIND<br />
<code><br />
#navigation {<br />
	width: 950px;<br />
	height: 50px;<br />
	margin: 0;<br />
	padding: 0;<br />
	background: url(images/navigation-bg.jpg) no-repeat left top;<br />
}<br />
</code></p>
<p>REPLACE WITH</p>
<p><code><br />
#navigation {<br />
	width: 950px;<br />
	height: 50px;<br />
	margin: 0;<br />
	padding: 0;<br />
	text-align:center;<br />
	background: url(images/navigation-bg.jpg) no-repeat left top;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dog boy</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-2176</link>
		<dc:creator>dog boy</dc:creator>
		<pubDate>Sat, 12 Dec 2009 04:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-2176</guid>
		<description>Great menus, any way to center them?</description>
		<content:encoded><![CDATA[<p>Great menus, any way to center them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fanatic</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-1167</link>
		<dc:creator>Fanatic</dc:creator>
		<pubDate>Tue, 22 Sep 2009 02:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-1167</guid>
		<description>Awesome great work i love it, thank you so much for your help.</description>
		<content:encoded><![CDATA[<p>Awesome great work i love it, thank you so much for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: San</title>
		<link>http://www.psdgraphics.com/html-css/horizontal-html-css-navigation/comment-page-1/#comment-629</link>
		<dc:creator>San</dc:creator>
		<pubDate>Sun, 09 Aug 2009 00:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.psdgraphics.com/?p=1292#comment-629</guid>
		<description>Very professional work..</description>
		<content:encoded><![CDATA[<p>Very professional work..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.psdgraphics.com @ 2010-09-08 22:50:13 -->