Results 1 to 2 of 2

Thread: font color

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

    Default font color

    <style type="text/css">

    /*Example CSS for the two demo scrollers*/

    #pscroller2{
    width: 189px;
    height: 45px;
    font-size: 8pt;
    color: #FFFFFF;
    border: 0px solid #EAEAEA;
    padding: 3px;
    background-color: #8789b8;
    }

    #pscroller2 a{
    text-decoration: none;
    }

    .someclass{ //class to apply to your scroller(s) if desired
    }

    </style>


    What would be the proper line for font color? Its coming up default black. Nothing in the body portion of the script.

    Using: http://www.dynamicdrive.com/dynamicindex2/crosstick.htm

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You've got it there:
    Code:
    color: #FFFFFF;
    This is in the wrong forum.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •