I cant get this please tell me how

Discussion in 'CSS' started by bmcoll3278, Aug 14, 2009.

  1. #1
    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.
     
    bmcoll3278, Aug 14, 2009 IP
  2. Rasczak

    Rasczak Peon

    Messages:
    131
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    got any link where i can see it?
     
    Rasczak, Aug 14, 2009 IP
  3. bmcoll3278

    bmcoll3278 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    www.bmcoll.com
     
    bmcoll3278, Aug 14, 2009 IP
  4. c4gamerz

    c4gamerz Well-Known Member

    Messages:
    294
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #4
    try increasing font from 75% to 100% or just add following css rule

    font-weight: bold;
     
    c4gamerz, Aug 15, 2009 IP
  5. bmcoll3278

    bmcoll3278 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Got it fixed thanks for the reply
     
    bmcoll3278, Aug 15, 2009 IP