Quote:
Originally Posted by bobster65
Everything that controls the Font Colors is in the CSS. Don't forget when editing and reuploading the CSS file to do a Hard Refresh to reload CSS (in case its cached)..
|
I've done as described... but it's still not giving me the desired result.. I'll paste what my ajaxtabs.CSS file has.
/* ######### CSS for Tabbed Forum Home ######### */
.TFHmenu2{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}
.TFHmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}
.TFHmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
/*text-transform:uppercase;*/
}
.TFHmenu2 a{
float: left;
display: block;
font: 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background: #57BCFF;
border-top: 5px solid white;
}
.TFHmenu2 a:hover{
font: 11px Arial;
background-color: #70FFA9;
color: White;
}
.TFHmenu2 a.selected{
font: bold 13px Arial;
background-color: #57BCFF;
color: white;
border-color: #57BCFF;
}
.TFHmenu2line{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 2px;
background: #57BCFF;
}