Results 1 to 2 of 2

Thread: Ajax XML Ticker (with one message) - need help please

  1. #1
    Join Date
    Sep 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ajax XML Ticker (with one message) - need help please

    1) Script Title: Ajax XML Ticker (txt file source)

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

    3) Describe problem: The ticker works perfectly, but I only have one message that I want to scroll so it's just fading in and out. Is it possible to get it to scroll with just one message?

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

    Default

    Hmmm no there's no easy way to change the ticker to suddenly become a scroller as well. But what you can try is to use CSS to modify the ticker's DIV so long content causes the browser to show a vertical scrollbar to accommodate it. In the CSS for the ticker, do something like the below:

    Code:
    #ajaxticker1{
    width: 200px;
    height: 100px;
    overflow: scroll;
    border: 1px ridge black;
    padding: 5px;
    background-color: #FEEEB8;
    }

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
  •