<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design Shack &#187; list</title>
	<atom:link href="http://designshack.net/tag/list/feed" rel="self" type="application/rss+xml" />
	<link>http://designshack.net</link>
	<description>Inspiration, CSS Gallery &#38; Community News</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Top 10 CSS Navigation Menus</title>
		<link>http://designshack.net/articles/top-10-css-navigation-menus/</link>
		<comments>http://designshack.net/articles/top-10-css-navigation-menus/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 16:42:52 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=239</guid>
		<description><![CDATA[Creating navigation with CSS is one of the most crucial elements of website design. Get the navigation right, and people will feel welcomed and at home. Get it wrong, and it can spell trouble for your website. This is a great collection of 10 CSS navigation examples and tutorials to get you in the creative [...]]]></description>
			<content:encoded><![CDATA[<p>Creating navigation with CSS is one of the most crucial elements of website design. Get the navigation right, and people will feel welcomed and at home. Get it wrong, and it can spell trouble for your website. This is a great collection of 10 CSS navigation examples and tutorials to get you in the creative mood.<br />
<span id="more-239"></span></p>
<h3>1. <a href="http://devthought.com/cssjavascript-true-power-fancy-menu/">CSS Fancy Menu</a></h3>
<p><img src="http://www.designshack.net/postimages/menu_css_1.jpg" alt="CSS Fancy Menu" /></p>
<p>This article gos through the creation of a custom navigation bar with some cute Javascript effects that will certainly impress your friends. Thanks to the great Mootools library, this beauty is contained in 1.5kb. Not only that, but it’s also cross browser (tested on Internet Explorer 6/7, Firefox and Safari) and accessible!</p>
<h3>2. <a href="http://qrayg.com/learn/code/cssmenus/">cssMenus</a></h3>
<p><img src="http://www.designshack.net/postimages/menu_css_2.jpg" alt="cssMenus" /></p>
<p>This navigation menu works both vertically and horizontally, being fully compatible with all browsers.</p>
<h3>3. <a href="http://www.webdesignerwall.com/tutorials/advanced-css-menu/">Advanced CSS Menu</a></h3>
<p><img src="http://www.designshack.net/postimages/menu_css_3.jpg" alt="Advanced CSS Menu" /></p>
<p>This tutorial I will show you how to slice up the menu design (step by step) and put them together with CSS. Most of you probably know how to code a horizontal or vertical CSS list menu. Now let’s take it to the next level &#8211; code an advanced (un-typical) list menu utilizing the CSS position property.</p>
<h3>4. <a href="http://www.alistapart.com/articles/taminglists/">Taming CSS Lists</a></h3>
<p><img src="http://www.designshack.net/postimages/menu_css_4.jpg" alt="Taming CSS Lists" /></p>
<p>In this article, I&#8217;ll demonstrate how to use CSS to bring unwieldy lists under control. It’s time for you to tell lists how to behave, instead of letting them run wild on your web page. Specific attention is paid to using a list as a vertical CSS menu.</p>
<h3>5. <a href="http://www.simplebits.com/notebook/2003/06/07/mini_tabs_the_untab_tab.html">Mini Tabs</a></h3>
<p><img src="http://www.designshack.net/postimages/menu_css_5.jpg" alt="CSS Tabs" /></p>
<p>I came up with these little “mini tabs” for navigation while working on a few projects. They’ll probably appear in the real world eventually. They are generated with pure CSS of course, and require no images.</p>
<h3>6. <a href="http://www.456bereastreet.com/lab/inverted_tabs/">Inverted Sliding Doors Tabs</a></h3>
<p><img src="http://www.designshack.net/postimages/menu_css_6.jpg" alt="Inverted Sliding Doors Tabs" /></p>
<p>This is an explanation of how I adapted Doug Bowman’s Sliding Doors technique to work with inverted tabs for a recent redesign of netrelations.se.</p>
<p>7. <a href="http://www.13styles.com/">A collection of free CSS menus</a></p>
<p>8. <a href="http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml">A simple gradient CSS menu</a></p>
<p>9. <a href="http://www.sitepoint.com/article/navigation-using-css">A walk-through of different CSS navigation techniques</a></p>
<p>10. <a href="http://www.sgclark.com/sandbox/minislide/">Mini sliding navigation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/top-10-css-navigation-menus/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>CSS Tabs Rollover Menu</title>
		<link>http://designshack.net/articles/css-tabs-rollover-menu/</link>
		<comments>http://designshack.net/articles/css-tabs-rollover-menu/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 13:34:30 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[tab]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=482</guid>
		<description><![CDATA[Using a tabbed rollover menu in the header of your website can add functionality, as well as making the navigation look good. Doing this in CSS means that you can use it to it’s greatest capacity, easily add or remove tabs and change the colour in different styles. 1. Decide on the Navigational Elements and [...]]]></description>
			<content:encoded><![CDATA[<p>Using a tabbed rollover menu in the header of your website can add functionality, as well as making the navigation look good. Doing this in CSS means that you can use it to it’s greatest capacity, easily add or remove tabs and change the colour in different styles.<br />
<span id="more-482"></span></p>
<p><img src="/postimages/tabheader.gif" alt="Tab Header" /></p>
<h2>1. Decide on the Navigational Elements and Colours</h2>
<p>It is initially important to decide on which tabs you will want to place on your site, and what the colour scheme will be. You need to have an idea of how many tabs there will be, and what the default background and rollover background colour will be. Make a note of these!</p>
<h2>2. How It Works</h2>
<p>The tab area is set as a layer, to hover over a specific part of the page &#8211; you set this manually, based on where you would like it to be located.</p>
<p>Simply take the CSS code (see below), and change the commented values to fit in with the colour scheme of your website. You can go deeper and change elements such as the height, width and position of the menu bar if you want.</p>
<h2>3. Download the CSS Code</h2>
<p><a href="/postfiles/tabsample.css">Download a copy of the CSS code</a>, then link to it as explained below.</p>
<h2>4. Insert the CSS file into your HTML Code</h2>
<p>Upload the tabsample.css file to your server, then place the following line in your <code><head></code> area to link to the stylesheet.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;tabsample.css&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></td></tr></table></div>

<h2>5. Place the Tabs in your HTML Code</h2>
<p>OK, so you’ve got all the formatting done for tabs in the CSS file, now you just need to place the correct HTML code in your index.php page.</p>
<p>For each tab you want to display, enter:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;supernav&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;li&lt;?php if <span style="color: #66cc66;">&#40;</span>$page<span style="color: #66cc66;">==</span><span style="color: #ff0000;">&quot;home&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> echo <span style="color: #ff0000;">&quot; id=&quot;</span><span style="color: #000066;">selected</span><span style="color: #ff0000;">&quot;&quot;</span>; <span style="color: #66cc66;">&#125;</span> else <span style="color: #66cc66;">&#123;</span><span style="color: #66cc66;">&#125;</span> ?&gt;</span>&gt;
   <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/index.php&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;The Weblog&quot;</span>&gt;</span>Blog<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
-- Repeat as necessary for other tabs --
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span></pre></td></tr></table></div>

<p>For each different tab, change the following:</p>
<p><code>"home"</code> &#8211; this is a one word description of the page (for the reason why, see below)<br />
<code>"/index.php"</code> &#8211; this is the link to that particular page<br />
<code>"The Weblog"</code> &#8211; a description of the page you&#8217;re linking to<br />
<code>Blog</code> &#8211; the word you want to appear in your navigation bar as a link</p>
<p>Note: It doesn’t really matter where you place this source code, as the position they appear in is set in the CSS file. I would recommend somewhere near the header area.</p>
<h2>6. What’s the PHP for?</h2>
<p>The PHP code in the above line allows you to have an alternative look and feel for the tab on the current page (see the ‘Blog’ tab above?) Simply place this line underneath the <title> tag of each page of your website:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$page</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;home&quot;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>As before, change <code>"home"</code> section to match that on the tab area.</p>
<p>If you do not want to use this functionality or are not using PHP in your pages, replace the code in Step 5 with the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/index.php&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;The Weblog&quot;</span>&gt;</span>Blog<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span></pre></td></tr></table></div>

<p>You should end up with a menu looking similar to the one at the top of this page in no time. It&#8217;s a simple method, and spices up your pages navigation!</p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/css-tabs-rollover-menu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 263/289 objects using disk: basic

Served from: designshack.net @ 2012-02-09 15:35:49 -->
