|
Hey guys I have played with this for an hour and tried to find tutorials but I dont get it.
I need to make the text white for a black ground
can some one tell me how please
here is the css
border: 0px solid #000066
body { background-image: url(bback.gif);
color: #FFFFFF; background-color: #000000; }
font: 80% Georgia,sans-serif } text-align: center ;
font-weight: bold ;
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
border-bottom: 3px solid #CCC;
text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 2px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
border-bottom: 4px solid #FFF;color: #000}
ul#minitabs a#current{border-color: #F60;color: #3333FF}
ul#minitabs a:hover{border-color: #F60;color: #3333FF}
}
I need to know the syntax and where to put it in this code
__________________
I hope to build a site with something for every one
Please login or register to view this content. Registration is FREE
Last edited by bmcoll3278; 10-16-2009 at 03:59 PM..
|