CSS Library: Horizontal CSS Menus: Here
Plastic Tabs menu
Author: Sasi Kiran/ Tab images by Dynamic Drive
This is a no frills, "plastic looking" tabs menu. The entire menu can be aligned either to the left or right of the page, by setting the menu's float attribute accordingly.
Demo:
The three images used:
![]()
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 4 of 5 pages « First < 2 3 4 5 >
I like that sort of menu. I'd just add some :hover or OnMouseOver stuff. Good work!
I appreciate EVERYTHING Dynamic Drive is doing to assist in creating web pages! Keep up the good work.
really nice. thanks a lot for this one!
for any information of suggestions please contact me @ sasikiran_1981@rediffmail.com
This example, posted by Sasi Kiran, is an elegant solution to making a menu. For me, this was a perfect introduction to CSS. I had been looking for a simple way to produce menus using current standards, and this was it. I have put it right onto my new website, as I am sure millions of others will.
Thanks!!
Thanks!!
Superb good my friend!
Well done.you are talent!
Well done.you are talent!
tabs are always useful I think
wery nice
I'm trying to use these tabs, but I need the left and right background images to be transparent (because I have a background image behind the tabs). I edited them so the corners are transparent instead of white, but I've run into a problem.
Because I made the corners transparent, part of the greenbg background shows through the transparent spot, ruining the rounded tab effect. Is there a way to fix this?
Because I made the corners transparent, part of the greenbg background shows through the transparent spot, ruining the rounded tab effect. Is there a way to fix this?










like this
<center><div id="navigation">
<ul>
<li><span>Home</span></li>
<li><span>CSS</span></li>
<li><span>Forums</span></li>
<li><span>CSS Gallery</span></li>
<li><a href="http://www.javascriptkit.com/"><span>Javascript</span></a></li>
</ul>
</div></center>