Results 1 to 4 of 4

Thread: pausing up down scroller

  1. #1
    Join Date
    May 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default pausing up down scroller

    1) Script Title: pausing up pause scroller

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

    3) Describe problem: I successfully added the script to the web page, I just want to add text to the scroller not links to different pages. When I deleted the links and the css link it gave me an error. Any fix to just having text scroll not links included?

  2. #2
    Join Date
    May 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    also, how do you change the color of the text? I was able to change all the other colors but the text color.

    thank you in advance,

    ds

  3. #3
    Join Date
    May 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok figured out the text issue. but still do not know how to change the text color? any help?

  4. #4
    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

    Code:
    #pscroller1{
    width: 200px;
    height: 100px;
    border: 1px solid black;
    color:red;
    padding: 5px;
    background-color: lightyellow;
    }
    Use whatever valid css style color value you like.
    - 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
  •