Digg style Menu Design in CSS
Description:
This tutorial I’ll explain a simple step-by-step way to implement an Digg style Menu Design in CSS.
The result is something like this:
Demo Digg 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)
#middlebar02{font-size:11px; color:#3b5d14; background:#90b557; font-weight:bold; padding:6px; overflow:auto; height:1%; clear:both;}
#middlebar02 a{ color:#3b5d14;
text-decoration:none;
margin:0 5px;
padding-right:10px;
height:23px;
line-height:23px;
display:block;
float:left;
background:url(pic/mb_a.png) right top no-repeat;
}
#middlebar02 a span{background:url(pic/mb_span.png) left top no-repeat; height:23px; display:block; padding-left:10px;}
HTML Code:
Step 3: Insert the below into the <BODY> section of your page: (Select to copy)
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: digg Menu Design in CSS, Digg style Menu
