Results 1 to 1 of 1

Thread: Expandable Drop Down Ticker with multiple id

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

    Default Expandable Drop Down Ticker with multiple id

    1) Script Title: Expandable Drop Down Ticker

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

    3) Describe problem:

    Can someone please teach me, how can i use this ticker with multiple ID (maybe using document.getElementById)?

    Should i wrote it like this
    Code:
    expandticker.init({
    function expTicker(tID) {
    var id= document.getElementById(tID); }
    snippetlength: 30,
     timers: {rotatepause:3000, fxduration:300} 
    })
    If then, what should i add in the div id?
    Code:
    .............
    <div id ="expandticker1" class="expandticker">
    
    <div class="expandcontent">This is ticker content 1</div>
    
    <div
    Thanks
    Last edited by erie88; 08-11-2011 at 09:29 AM.

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
  •