Log in

View Full Version : DD Color Tabs CSS Help



linzi007
12-19-2006, 04:11 PM
Hi Guys have re-used this CSS Menu code - Brilliant!!

However, I have a dark background and have done the following;

#ddcolortabs{
margin-left: 0px;
padding: 0;
width: 100%;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
background-color: #023401;
}

this bg color shows fine in IE7 but not in Firefox

any ideas???

thanks
Linz007

NXArmada
12-19-2006, 05:37 PM
If you go back and look at the CSS for the DD Color Tabs (http://www.dynamicdrive.com/style/csslibrary/item/dd-color-tabs/)

You will notice that you have changed the wrong CSS Section.

#ddcolortabs a

is the section of the CSS that you would want to change the background color on. That will change the background of the tabs.

All other aspects of the menu are pretty much transparent.