CSS Library: Horizontal CSS Menus: Here
CSS Thick Tabs
Author: Dynamic Drive
These CSS menu tabs come with thick top/bottom padding to achieve that attractive cushioned look. Setup is very easy- each menu link simply carries a gradient background image that is changed to a darker version of the original when the mouse rolls over each menu item.
Demo:
The two images used (resized horizontally):

The CSS:
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 2 of 6 pages < 1 2 3 4 > Last »
This menus is nice. But its not working in the opera 7.5 version. The menus display verically. So Please try to solve the problem in cross browsers. So its greatful for us.
cool script... used it for one of my company's conferences... http://www.asmiweb.com/sixsigma check it out (in IE... FF not so much, ha =P).
Where is the the pink bars?! Mine doesn't show!
Why dont you use the built in ie css fade for IE users to avoid using images?
If you want to do imageless in IE not sure about other browsers replace the image background reference in your css to this...
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Gainsboro,endColorStr=white);
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Gainsboro,endColorStr=white);
how would i get the bottom border to span across all the way and not just be under the buttons?
mmmm nvm answered my own question
#nav{
width:770px;
margin: 0;
padding: 0;
float: left;
font: bold 12px Trebuchet MS;
border-bottom: 3px solid white;
}
cool menu but how do you make it multi-leveled
This is really nifty. Thanks for the great example!











#tab{
margin: 0 auto;
}