Results 1 to 2 of 2

Thread: Wrong font in the Pausing Up/Down Scroller

  1. #1
    Join Date
    Jul 2005
    Location
    West Lothian, Scotland
    Posts
    37
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Wrong font in the Pausing Up/Down Scroller

    1) Script Title: Pausing Up/Down Scroller

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/crosstick.htm

    3) Problem: I have added the script for the Pausing up/down scroller to my webpage but the font has defaulted to Times New Roman 10pt. I can't see reference to thefont anywhere in the script but as the format of the scroller is CSS based I assume I can just add a line to change the font as appropriate? Can anyone advise what that line of script should be and where in the CSS it should be placed?

    Thanks.

  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

    Yes, for example (additions highlighted):

    Code:
    #pscroller1 {
     width: 200px;
     height: 100px;
     border: 1px solid black;
     padding: 5px;
     background-color: lightyellow;
     font-family: 'comic sans ms', monosapce;
     font-size: 110%;
    }
    - 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
  •