CSS Library: Horizontal CSS Menus: Here
DD Color Tabs
Author: Dynamic Drive
This is a lightweight, very easy to customize image tabs menu similar to the one you see throughout Dynamic Drive. Instead of swapping between two tab images, this menu uses a unified transparent tab instead. What this means is that you can in fact change the menu and menu hover colors just by changing the two color values inside the CSS code! It doesn't get simpler than that.
The two colors used in this menu are: #8b0000 and #d50509. Just by changing these two colors, you instantly create a different theme for the menu tabs. There's no need to touch the images in any way unless your page's background image isn't white. In that case you'll have to modify the images' corners' background color so they match that of the page's.
Demo:
The two images (resized for easier download):
![]()
The CSS:
Rate this code:
Date Posted: 05/07/2006
Revision History:
June 12th, 06': Fixed HTML code for separator bar height issue in IE.
Usage Terms: Click here
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 7 of 8 pages « First < 5 6 7 8 >
#ddcolortabs{
margin-left: 4px;
which does not work on me...any other idea? i could center the bar div using <center> on the html...but menu keeps on left or right
many thanks!
Keep up the good work !
Very menu..Very flexible.
I have same question as other users asked:
How to make the id="current" work for a selected page that visitor is currently viewing ?
A javascript function, if available, that can set the selected tab, would be really great!
Thanks
Tom
There is DHTML counded corner without the use of image that you can use for table. I assume you may be able to use it for the the tab. Just look at this, it may be what you are looking for.
http://www.dhtmlgoodies.com/index.html?whichScript=rounded-corners
Regard
Zoom in like 1200% and u will 3 white pixels in the left and/or right topcorner. Change those to the color of ur background.









Question: How would you make the id="current" work for any page that the web site visitor is currently viewing in their browser? Thanks!!!