Results 1 to 3 of 3

Thread: DHTML Billboard Script - 3rd ID not working

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

    Default DHTML Billboard Script - 3rd ID not working

    1) Script Title: DHTML Billboard Script

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

    3) Describe problem: The script was woring until I added id="billboard3". I changed nothing else.

    http://www.attinc.com/cat-toc08.html

    <div id="contentwrapper">

    <div id="billboard0" class="billcontent">
    5 Day PLX BMR Special during CMSC Conference, July 21 - 25, 10% Off
    </div>

    <div id="billboard1" class="billcontent">
    Extended Special on ATT Targets, July 21 - August 21, 10% Off
    </div>

    <div id="billboard2" class="billcontent">
    Order online or Call 888.320.7011

    <div id="billboard3" class="billcontent">
    Wheno ordering online, enter Promotion Code at Checkout!

    </div>

    Many thanks,
    Frieda

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

    Default

    You're missing a final closing </div> tag. The following works for me when tested:

    Code:
    <div id="contentwrapper">
    
    <div id="billboard0" class="billcontent">
    JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents.
    </div>
    
    <div id="billboard1" class="billcontent">
    Java is completely different from JavaScript- it's more powerful, more complex, and unfortunately, a lot harder to master.
    </div>
    
    <div id="billboard2" class="billcontent">
    Real life billboards use interesting transtional effects in between messages to catch viewers' attention. Well, so does this DHTML billboard script!
    </div>
    
    <div id="billboard3" class="billcontent">
    Real life billboards use interesting transtional effects in between messages to catch viewers' attention. Well, so does this DHTML billboard script!
    </div>
    
    </div>

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

    Default

    I sure missed that - thank you so much!! Works great.

    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
  •