PDA

View Full Version : adding a third alternate color


basskiller
09-01-2009, 07:35 PM
does anyone have a clue on how to do this.
I want to keep alt1 and alt2 the same, but I need to add a third color to a section similar to what is done here at VB.org where there is gradient in the navbar
It looks much cleaner than having the first and secondary colors breaking it up

--------------- Added 1251838194 at 1251838194 ---------------

I assume we have to create new class, but am unsure as to how

Brother Malachi
09-02-2009, 10:04 PM
Do you want the alternate color only in the nav?

HMBeaty
09-02-2009, 10:08 PM
Try adding this to your additional css for you style, obviously changing it to how you need it
.alt3, .alt3Active
{
background-color: #E1E4F2;
color: #000000;
border-top: #FFFFFF 1px solid;
border-left: #FFFFFF 1px solid;
}