<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/css/tags/navigation</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 08:19:33 GMT</pubDate>
<item>
<title>(CSS) CSS Blur Menu Navigation - thewickedchemist</title>
<link>http://snipplr.com/view/65984/css-blur-menu-navigation/</link>
<description><![CDATA[ <p>Html and CSS included...</p> ]]></description>
<pubDate>Fri, 06 Jul 2012 13:16:43 GMT</pubDate>
<guid>http://snipplr.com/view/65984/css-blur-menu-navigation/</guid>
</item>
<item>
<title>(CSS) Change submenu colors for active - sheilahoff</title>
<link>http://snipplr.com/view/63122/change-submenu-colors-for-active/</link>
<description><![CDATA[ <p>To specify background and text colors for the secondary nav in the active stack.</p> ]]></description>
<pubDate>Tue, 07 Feb 2012 03:45:02 GMT</pubDate>
<guid>http://snipplr.com/view/63122/change-submenu-colors-for-active/</guid>
</item>
<item>
<title>(CSS) Center navigation - sheilahoff</title>
<link>http://snipplr.com/view/63118/center-navigation/</link>
<description><![CDATA[ <p>This will center your navigation in the bar (not the text in each button). Adjust the width to your navbar width</p> ]]></description>
<pubDate>Tue, 07 Feb 2012 03:22:48 GMT</pubDate>
<guid>http://snipplr.com/view/63118/center-navigation/</guid>
</item>
<item>
<title>(CSS) Remove right border on navigation - sheilahoff</title>
<link>http://snipplr.com/view/63117/remove-right-border-on-navigation/</link>
<description><![CDATA[ <p>to remove right border on navigation</p> ]]></description>
<pubDate>Tue, 07 Feb 2012 03:15:43 GMT</pubDate>
<guid>http://snipplr.com/view/63117/remove-right-border-on-navigation/</guid>
</item>
<item>
<title>(CSS) Add left border to nav when all else is right - sheilahoff</title>
<link>http://snipplr.com/view/63116/add-left-border-to-nav-when-all-else-is-right/</link>
<description><![CDATA[ <p>adjust px and color accordingly</p> ]]></description>
<pubDate>Tue, 07 Feb 2012 03:14:11 GMT</pubDate>
<guid>http://snipplr.com/view/63116/add-left-border-to-nav-when-all-else-is-right/</guid>
</item>
<item>
<title>(CSS) CSS Horizontal Navigation - officiallyWise</title>
<link>http://snipplr.com/view/58180/css-horizontal-navigation/</link>
<description><![CDATA[ <p>This is PURE CSS. Tested in IE7+, Chrome, Firefox, Safari and Opera</p> ]]></description>
<pubDate>Fri, 26 Aug 2011 04:42:11 GMT</pubDate>
<guid>http://snipplr.com/view/58180/css-horizontal-navigation/</guid>
</item>
<item>
<title>(CSS) Centered UL nav list with CSS - kronda</title>
<link>http://snipplr.com/view/49072/centered-ul-nav-list-with-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Feb 2011 08:54:38 GMT</pubDate>
<guid>http://snipplr.com/view/49072/centered-ul-nav-list-with-css/</guid>
</item>
<item>
<title>(CSS) li backgrounded navigation - ricosushi</title>
<link>http://snipplr.com/view/37272/li-backgrounded-navigation/</link>
<description><![CDATA[ <p>li navigation with background hover</p> ]]></description>
<pubDate>Wed, 14 Jul 2010 08:16:29 GMT</pubDate>
<guid>http://snipplr.com/view/37272/li-backgrounded-navigation/</guid>
</item>
<item>
<title>(CSS) Page navigation - sebikovacs</title>
<link>http://snipplr.com/view/37217/page-navigation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 Jul 2010 19:37:59 GMT</pubDate>
<guid>http://snipplr.com/view/37217/page-navigation/</guid>
</item>
<item>
<title>(CSS) Dropdown Menu Starting Point - artaries</title>
<link>http://snipplr.com/view/32173/dropdown-menu-starting-point/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 17 Apr 2010 05:45:29 GMT</pubDate>
<guid>http://snipplr.com/view/32173/dropdown-menu-starting-point/</guid>
</item>
<item>
<title>(CSS) Sonberg - Sonberg</title>
<link>http://snipplr.com/view/24194/sonberg/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Dec 2009 04:31:22 GMT</pubDate>
<guid>http://snipplr.com/view/24194/sonberg/</guid>
</item>
<item>
<title>(CSS) Clagnut CSS Tabs - margot620</title>
<link>http://snipplr.com/view/20854/clagnut-css-tabs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 Oct 2009 22:14:58 GMT</pubDate>
<guid>http://snipplr.com/view/20854/clagnut-css-tabs/</guid>
</item>
<item>
<title>(CSS) Cross-Browser Pure CSS Dropdown Navigation - chrisdpratt</title>
<link>http://snipplr.com/view/19561/crossbrowser-pure-css-dropdown-navigation/</link>
<description><![CDATA[ <p>To make the menu work in IE6 (which doesn't support the :hover pseudo element on anything but links and tables), the IE6-specific CSS calls on [Whatever:hover][whatever]. If using [Dean Edwards' IE7-js][IE7-js], this is unnecessary as his script fixes li:hover behavior in IE6.

[whatever]: http://www.xs4all.nl/~peterned/csshover.html "Whatever:hover"
[IE7-js]: http://code.google.com/p/ie7-js/ "Dean Edwards' IE7-js"</p> ]]></description>
<pubDate>Fri, 11 Sep 2009 12:01:58 GMT</pubDate>
<guid>http://snipplr.com/view/19561/crossbrowser-pure-css-dropdown-navigation/</guid>
</item>
<item>
<title>(CSS) CSS Breadcrumb Markup - PeteW</title>
<link>http://snipplr.com/view/19385/css-breadcrumb-markup/</link>
<description><![CDATA[ <p>Nice clean, and semantically correct breadcrumb XHTML accompanied by the CSS.

Create a transparent GIF of  the symbol '&amp;gt;' and save it in /img/gt.gif. This will be used for older browsers that don't support the :after pseudo element.</p> ]]></description>
<pubDate>Tue, 08 Sep 2009 09:06:39 GMT</pubDate>
<guid>http://snipplr.com/view/19385/css-breadcrumb-markup/</guid>
</item>
<item>
<title>(CSS) Apple’s Navigation bar using only CSS - ishottheserif</title>
<link>http://snipplr.com/view/17851/apples-navigation-bar-using-only-css/</link>
<description><![CDATA[ <p>Works in Safari 3.0</p> ]]></description>
<pubDate>Mon, 03 Aug 2009 16:06:22 GMT</pubDate>
<guid>http://snipplr.com/view/17851/apples-navigation-bar-using-only-css/</guid>
</item>
<item>
<title>(CSS) Style the down nav state on a wordpress page - kstetson</title>
<link>http://snipplr.com/view/15500/style-the-down-nav-state-on-a-wordpress-page/</link>
<description><![CDATA[ <p>Wordpress has a built in class that you can style to style the down nav state for the page you are on. Adjust div name accordingly.</p> ]]></description>
<pubDate>Wed, 03 Jun 2009 22:07:24 GMT</pubDate>
<guid>http://snipplr.com/view/15500/style-the-down-nav-state-on-a-wordpress-page/</guid>
</item>
<item>
<title>(CSS) LIst style based navigation makes newline space in IE6 - bassdas</title>
<link>http://snipplr.com/view/7578/list-style-based-navigation-makes-newline-space-in-ie6/</link>
<description><![CDATA[ <p>Internet Explorer (IE) 6 Bug</p> ]]></description>
<pubDate>Tue, 29 Jul 2008 07:35:03 GMT</pubDate>
<guid>http://snipplr.com/view/7578/list-style-based-navigation-makes-newline-space-in-ie6/</guid>
</item>
<item>
<title>(CSS) CSS vertical nav - tonluong</title>
<link>http://snipplr.com/view/3723/css-vertical-nav/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Sep 2007 10:04:59 GMT</pubDate>
<guid>http://snipplr.com/view/3723/css-vertical-nav/</guid>
</item>
</channel>
</rss>