Results 1 to 2 of 2

Thread: text bold

  1. #1
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default text bold

    Working on a drop down menu (js/css) for my first time.

    padding: 4px;
    font: 12px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    border: 1px solid #2E304E;
    border-left: 4px solid #2E304E;
    background: #2E304E;
    color: #FFFFFF;
    cursor: hand;

    Now how do I make the text bold? I'm not sure the exact code line for that.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    font-weight:bold;
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •