Results 1 to 2 of 2

Thread: Fading Ticker Tape Script

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

    Cool Fading Ticker Tape Script

    1) Script Title: Fading Ticker Tape Script

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

    3) Describe problem: I am getting this to work okay but I would like to know what scripting has to be added so that I can center it on my page.

    Thankyou

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Adding margin:auto; in your tickertape div should aide

    To avoid IE going into quirksmode, add proper DTD

    Ensure that you have something like this above your HTML tag:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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
  •