Results 1 to 5 of 5

Thread: Scroller Background Colour?

  1. #1
    Join Date
    Aug 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scroller Background Colour?

    1) Script Title: Typing Scroller

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...typescroll.htm

    3) Describe problem: I have changed the background colour in the script and it works fine in Opera but it is still displaying as white in Firefox and IE.

    document.write(' style="background-color:#ffffcc '+document.bgColor+'; color:

    Can anybody point me in the right direction please?

  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

    Get rid of the red part:

    Code:
    document.write(' style="background-color:#ffffcc '+document.bgColor+'; color:
    So that you have this:

    Code:
    document.write(' style="background-color:#ffffcc; color:
    - John
    ________________________

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

  3. #3
    Join Date
    Aug 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks

    Thanks John, that's done the trick.

    Your help is much appreciated

  4. #4
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    when i insert a second script of the same one, it doesnt work. I've read threw how to fix it, but it didnt work? any thoughts?

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

    Quote Originally Posted by kidbratt91 View Post
    when i insert a second script of the same one, it doesnt work. I've read threw how to fix it, but it didnt work? any thoughts?
    To have more than one typing event on a page, you need:

    http://www.dynamicdrive.com/dynamicindex10/text5.htm

    NOT the script in this thread.

    If you need more help, Please start a new thread.
    - 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
  •