Results 1 to 2 of 2

Thread: Script:Fade-In Slideshow

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

    Default Script:Fade-In Slideshow

    I am having trouble viewing my images on the page in which I placed my script. Here is the page - www.emergentgraphics.com/brmar-v2.html

    Thanks in advance

    Ben

  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

    OK, you've got two opening script tags:
    HTML Code:
              <td><script language="JavaScript1.2" type="text/JavaScript1.2">
    <script language="JavaScript1.2" type="text/javascript">
    Make it like this:
    HTML Code:
              <td>
    <script type="text/javascript">
    (the language attribute is no longer needed)

    Now the script will work but, after doing that you will notice that your page looks odd, with horizontal white lines where you do not want them. To fix that, change this:
    Code:
    var slideshow_height='125px' //SET IMAGE HEIGHT
    to this:
    Code:
    var slideshow_height='110px' //SET IMAGE HEIGHT
    - 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
  •