Results 1 to 2 of 2

Thread: DHTML Billboard Script

  1. #1
    Join Date
    Dec 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DHTML Billboard Script

    I am trying to use the DHTML Billboard Script. In the demo, there is an image file ddmouse.gif in use. I cannot find where to out the img src code in the script, so that when the .html runs, the image displays.

    http://www.dynamicdrive.com/dynamici...lbillboard.htm

    Please help.

    John

  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

    This style was added to the on page stylesheet:

    Code:
    .demoimages{
    margin-right: 8px;
    }
    This markup was used:

    Code:
    <div id="contentwrapper">
    
    <div id="billboard0" class="billcontent">
    <img src="../dynamicindex17/ddmouse1.gif" align="left" class="demoimages">JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents.
    </div>
    
    <div id="billboard1" class="billcontent">
    <img src="../dynamicindex17/ddmouse2.gif" align="left" class="demoimages">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">
    <img src="../dynamicindex17/ddmouse3.gif" align="left" class="demoimages">Real life billboards use interesting transtional effects in between messages to catch viewers' attention. Well, so does this DHTML script!
    </div>
    
    </div>
    - John
    ________________________

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

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
  •