Download Flickr Menu Design
Description:
This tutorial I’ll explain a simple step-by-step way to implement an Flickr Horizontal Menu Demo in Jquery and CSS.
The result is something like this: 
Demo Flicker Menu
Script Code
Step 1: Insert the below into the <HEAD> section of your page: (Select to copy)
The above references an jquery.js file. Download (by right clicking, and selecting “Save As”),
and upload to your webpage directory. Within the above code
CSS Code:
Step 2: Insert the below into the <HEAD> section of your page: (Select to copy)
body{font-family:Arial, Helvetica, sans-serif; font-size:13px; background:#fff;}
ul, li{margin:0; border:0; list-style:none; padding:0;}
ul{height:21px;}
h1 { font-size:18px; }
p { line-height:18px; }
#info { margin:auto; width:600px; color:#333333; padding:10px; background:#e8ffbf; }
#nicemenu { margin:0 auto; width:600px; margin-top:30px; border-bottom:dotted 1px #E5E5E5; }
#nicemenu a { color:#0066CC; text-decoration:none; }
#nicemenu a:hover { text-decoration:underline; }
#nicemenu li { display:inline; position:relative; }
#nicemenu li span { position:relative; z-index:10; padding:4px 4px 4px 6px; border-bottom:none; line-height:18px; }
#nicemenu li span a { font-weight:bold; padding:0 6px 0px 2px; }
#nicemenu li span.over { padding:4px 3px 4px 5px; border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5; border-right:solid 1px #999999; border-bottom:solid 1px #fff; }
*+html #nicemenu li span.over { border-top:solid 2px #E5E5E5; padding-bottom:3px; } /* IE6 */
#nicemenu li span.over a { }
#nicemenu li span.over a:hover { text-decoration:none; }
#nicemenu li span.active { padding:4px 3px 4px 5px; border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5; border-right:solid 1px #999999; border-bottom:solid 1px #fff; }
*+html #nicemenu li span.active { border-top:solid 2px #E5E5E5; padding-bottom:3px; }
#nicemenu li span.active a { }
#nicemenu li span.active a:hover { text-decoration:none; }
#nicemenu img.arrow { /*margin-left:4px;*/ cursor:pointer; }
#nicemenu div.sub_menu { display:none; position:absolute; left:0; top:0px; margin-top:18px; border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5; border-right:solid 1px #999999; border-bottom:solid 1px #999999; padding:4px; top:2px; width:160px; background:#FFFFFF; }
* html #nicemenu div.sub_menu { margin-top:23px; } /* IE6 */
*+html #nicemenu div.sub_menu { margin-top:23px; } /* IE7 */
#nicemenu div.sub_menu a:link,
#nicemenu div.sub_menu a:visited,
#nicemenu div.sub_menu a:hover{ display:block; font-size:11px; padding:4px;}
#nicemenu a.item_line { border-top:solid 1px #E5E5E5; padding-top:6px !important; margin-top:3px; }
HTML Code:
Step 3: Insert the below into the <BODY> section of your page: (Select to copy)
Flickr Horizontal Menu Demo in Jquery
This tutorial I’ll explain a simple step-by-step way to implement an Flickr Menu demo with cool sliding, using Jquery and CSS. See More Jquery examples: www.csscody.com | www.csshook.com
Got a question or need help customizing this Jquery code? Post it in the help me. If you have a comment or suggestion instead, post it in the comments section below.
Tags: Download Flicker Menu Design, flicker like menu design, Flicker menu horizontal

March 11th, 2009 at 11:18 am
[...] Flickr Menu Design Demo URL : View Demo. Description : This tutorial willl explain how to use jQuery and CSS and createa simple step-by-step way to implement a Flickr Horizontal Menu. [...]
March 12th, 2009 at 11:11 am
[...] Flickr Menu Design Demo URL : View Demo. Description : This tutorial willl explain how to use jQuery and CSS and createa simple step-by-step way to implement a Flickr Horizontal Menu. [...]
March 14th, 2009 at 6:32 pm
great menu design. thanks
April 5th, 2009 at 7:05 am
[...] Flickr Menu Design Demo URL : View Demo. Description : This tutorial willl explain how to use jQuery and CSS and createa simple step-by-step way to implement a Flickr Horizontal Menu. [...]
May 2nd, 2009 at 3:03 am
[...] Flickr Menu Design Demo URL : View Demo. Description : This tutorial willl explain how to use jQuery and CSS and createa simple step-by-step way to implement a Flickr Horizontal Menu. [...]
July 6th, 2009 at 2:41 pm
thanks admin good post
July 7th, 2009 at 1:23 pm
[...] Tutorial [...]
July 8th, 2009 at 10:57 am
[...] Tutorial [...]
July 23rd, 2009 at 9:01 pm
Your demo looks broken