Results 1 to 3 of 3

Thread: Center Cross Browser Marquee II

  1. #1
    Join Date
    Sep 2004
    Location
    Tallahassee, FL USA
    Posts
    264
    Thanks
    71
    Thanked 2 Times in 2 Posts

    Default Center Cross Browser Marquee II

    1) Script Title: Cross Browser Marqee II

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

    3) Describe problem: I would like to center this script in a table.

    My client wants to use this script instead of the pause up-down scroller since she doesn't want a pause and this one seems to scroll more smoothly and slowly. But I cannot figure out how to center it in my table:
    http://www.floridacompact.org/~flori...speakers4.html

    Thanks,
    Deborah
    Deborah Whipp
    Web Designer
    Tallahassee, FL
    www.DWWebDesigns.com

  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

    Code:
    #marqueecontainer{
    position: relative;
    width: 250px; /*marquee width */
    height: 60px; /*marquee height */
    background-color: white;
    overflow: hidden;
    border: 0px solid white;
    padding: 2px;
    padding-left: 4px;
    margin:0 auto;
    }
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2004
    Location
    Tallahassee, FL USA
    Posts
    264
    Thanks
    71
    Thanked 2 Times in 2 Posts

    Default Thanks

    Thanks again John. That fits the bill exactly.
    Deborah
    Deborah Whipp
    Web Designer
    Tallahassee, FL
    www.DWWebDesigns.com

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
  •