<?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: A Full-Width Centered Navigation Bar</title> <atom:link href="http://www.cssnewbie.com/full-width-centered-navigation-bar/feed/" rel="self" type="application/rss+xml" /><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/</link> <description>Web Development Tutorials, Tips &#38; Techniques</description> <lastBuildDate>Tue, 07 Feb 2012 11:23:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Jack Durrant</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13959</link> <dc:creator>Jack Durrant</dc:creator> <pubDate>Wed, 01 Feb 2012 22:08:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13959</guid> <description>Thanks for making this tutorial, now my life is much easier! lol</description> <content:encoded><![CDATA[<p>Thanks for making this tutorial, now my life is much easier! lol</p> ]]></content:encoded> </item> <item><title>By: Mike</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13852</link> <dc:creator>Mike</dc:creator> <pubDate>Sun, 13 Nov 2011 22:59:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13852</guid> <description>how do u get the CSS horizontal nav bar hover state to hover above a banner .gif please anyone? Please email back, thanks. MikeI have this so far:#navbar li:hover li a {
background-color: #6B8E23;
border-bottom: 1px solid #fff;
color: #000;
}
#navbar li li a:hover {
background-color: #32CD32;
}
/*------------------------------</description> <content:encoded><![CDATA[<p>how do u get the CSS horizontal nav bar hover state to hover above a banner .gif please anyone? Please email back, thanks. Mike</p><p>I have this so far:</p><p>#navbar li:hover li a {<br
/> background-color: #6B8E23;<br
/> border-bottom: 1px solid #fff;<br
/> color: #000;<br
/> }<br
/> #navbar li li a:hover {<br
/> background-color: #32CD32;<br
/> }<br
/> /*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p> ]]></content:encoded> </item> <item><title>By: Amit</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13636</link> <dc:creator>Amit</dc:creator> <pubDate>Mon, 24 Oct 2011 18:04:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13636</guid> <description>Thanks a million, great learning curve, you made my day.
GOD BLESS YOU !!</description> <content:encoded><![CDATA[<p>Thanks a million, great learning curve, you made my day.<br
/> GOD BLESS YOU !!</p> ]]></content:encoded> </item> <item><title>By: Cascading Style Sheets Reference Links &#124; kabayview.com</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13623</link> <dc:creator>Cascading Style Sheets Reference Links &#124; kabayview.com</dc:creator> <pubDate>Mon, 10 Oct 2011 13:55:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13623</guid> <description>[...] A Full-Width Centered Navigation Bar &#8211; Rob Glazebrook [...]</description> <content:encoded><![CDATA[<p>[...] A Full-Width Centered Navigation Bar &#8211; Rob Glazebrook [...]</p> ]]></content:encoded> </item> <item><title>By: Drew</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13601</link> <dc:creator>Drew</dc:creator> <pubDate>Wed, 28 Sep 2011 08:41:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13601</guid> <description>@Phil,Make sure in your css you have the following:body,html{
width:100%;
height:100%;
padding:0;
margin:0;
*****Text-Align:center;**** &lt;&lt;&lt;&lt;That&#039;s important, I.E Centering Fix (minus asteriks)
}I would also make a #navContainer ID within the Nav just to make it easier to control
something like....:
#navContainer{
width:1000px;
height:30px;
margin:0 auto;
padding:0;
}
or something along the lines of that.</description> <content:encoded><![CDATA[<p>@Phil,</p><p>Make sure in your css you have the following:</p><p>body,html{<br
/> width:100%;<br
/> height:100%;<br
/> padding:0;<br
/> margin:0;<br
/> *****Text-Align:center;**** &lt;&lt;&lt;&lt;That&#039;s important, I.E Centering Fix (minus asteriks)<br
/> }</p><p>I would also make a #navContainer ID within the Nav just to make it easier to control<br
/> something like&#8230;.:<br
/> #navContainer{<br
/> width:1000px;<br
/> height:30px;<br
/> margin:0 auto;<br
/> padding:0;<br
/> }<br
/> or something along the lines of that.</p> ]]></content:encoded> </item> <item><title>By: Drew</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13600</link> <dc:creator>Drew</dc:creator> <pubDate>Wed, 28 Sep 2011 08:37:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13600</guid> <description>Incase someone was still wondering about this, the only thing you have to add to make the navbar stick to the top of the page is add this little snippet:#nav{
position:fixed;
top:0;
left:0;
}
That should just about do it.</description> <content:encoded><![CDATA[<p>Incase someone was still wondering about this, the only thing you have to add to make the navbar stick to the top of the page is add this little snippet:</p><p>#nav{<br
/> position:fixed;<br
/> top:0;<br
/> left:0;<br
/> }<br
/> That should just about do it.</p> ]]></content:encoded> </item> <item><title>By: Phil</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13567</link> <dc:creator>Phil</dc:creator> <pubDate>Fri, 26 Aug 2011 07:25:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13567</guid> <description>This tutorial has been extremely helpful... thanks!
However, I am still encountering the problem of centering my navigation elements within the nav  similar to some of the other people who have left comments here. Is there any way at all to not just center the nav div, but also the containing navigation elements? Perhaps another div within the nav? Any suggestions?</description> <content:encoded><![CDATA[<p>This tutorial has been extremely helpful&#8230; thanks!<br
/> However, I am still encountering the problem of centering my navigation elements within the nav  similar to some of the other people who have left comments here. Is there any way at all to not just center the nav div, but also the containing navigation elements? Perhaps another div within the nav? Any suggestions?</p> ]]></content:encoded> </item> <item><title>By: Kimberly</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13496</link> <dc:creator>Kimberly</dc:creator> <pubDate>Thu, 14 Jul 2011 15:11:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13496</guid> <description>I am having trouble with my horizontal navigation at the end of my page. i cannot get it to stay down at the bottom. it winds up after my last paragraph</description> <content:encoded><![CDATA[<p>I am having trouble with my horizontal navigation at the end of my page. i cannot get it to stay down at the bottom. it winds up after my last paragraph</p> ]]></content:encoded> </item> <item><title>By: Asif Rasheed</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13360</link> <dc:creator>Asif Rasheed</dc:creator> <pubDate>Sun, 03 Apr 2011 12:08:31 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13360</guid> <description>Hi,
I&#039;ve just gone through your website and learnt a lot. You&#039;ve solved my problems in many ways. I am stuck in a very simple thing and I am pretty sure you can solve my problem. If you go to www.lutonminibustravel.com and fill in the REQUEST A QUOTE form on the left hand side of the page in FIREFOX, it would work perfectly fine. now try this in Internet Explorer. I am sure it wouldn&#039;t work. I need to know when it keeps saying &quot;Please enter all required fields&quot; and it doesn&#039;t go through. PLEASE HELP ME!!Regards,
Asif</description> <content:encoded><![CDATA[<p>Hi,<br
/> I&#8217;ve just gone through your website and learnt a lot. You&#8217;ve solved my problems in many ways. I am stuck in a very simple thing and I am pretty sure you can solve my problem. If you go to <a
href="http://www.lutonminibustravel.com" rel="nofollow">http://www.lutonminibustravel.com</a> and fill in the REQUEST A QUOTE form on the left hand side of the page in FIREFOX, it would work perfectly fine. now try this in Internet Explorer. I am sure it wouldn&#8217;t work. I need to know when it keeps saying &#8220;Please enter all required fields&#8221; and it doesn&#8217;t go through. PLEASE HELP ME!!</p><p>Regards,<br
/> Asif</p> ]]></content:encoded> </item> <item><title>By: Shannon Range</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-13272</link> <dc:creator>Shannon Range</dc:creator> <pubDate>Tue, 15 Feb 2011 22:06:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-13272</guid> <description>That was the easiest CSS fix I&#039;ve ever done - THANKS!</description> <content:encoded><![CDATA[<p>That was the easiest CSS fix I&#8217;ve ever done &#8211; THANKS!</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 (user agent is rejected)

Served from: www.cssnewbie.com @ 2012-02-08 03:34:57 -->
