|
This css code is for the menu at the top of my site. the text of the links is very light and hard to read . Can anyone tell me how to make the text look morer bold or brite.
font: 75% Arial,sans-serif}
text-align: center;
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
border-bottom: 1px solid #CCC;font-weight: bold;
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: #999}
ul#minitabs a#current{border-color: #F60;color: #06F}
ul#minitabs a:hover{border-color: #F60;color: #666}
}
Thanks for any help. to see the menu the link is in my sig and the menu is at the top
__________________
I hope to build a site with something for every one
Please login or register to view this content. Registration is FREE
|