Results 1 to 3 of 3

Thread: Scrollable script II Text Not Showing

  1. #1
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scrollable script II Text Not Showing

    1) Script Title:

    Scrollable script II

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamicindex11/scrollc2.htm

    3) Describe problem:

    Text not displaing except for two words.

    http://www.attinc.com/index-wrk2.htm (under{Announcing)

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The script does seem to be working; it's just that the text inside the scrollable DIV is white. Try explicitly setting the font color to black, by adding the code in red to the following line:
    Code:
    document.write('<div id="content" style="position:absolute;width:350px;left:0;top:0;color:black">')
    DD Admin

  3. #3
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Awesome! Thank you!

    Frieda

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
  •