Results 1 to 2 of 2

Thread: Fade-in slideshow problem with Jims DHTML Menu

  1. #1
    Join Date
    Jun 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fade-in slideshow problem with Jims DHTML Menu

    Hi,

    I am using both the DHTML Menu and the Fade-in slideshow from DD and when they are not together they both work however when I put them on the same page the DHTML Menu disapears. Any reason for this?

    YOu can see here: http://www.inmoney.com.au/site/_supp...t_impaired.php
    (using both the menu and slideshow)

    HERE you will see the menu working:
    http://www.inmoney.com.au/site/_comp...ut_inmoney.php

    Any Help would be appreciated.

    Thankyou!

  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

    From your page with both scripts change this in the slideshow:
    Code:
    if (ie4||dom)
    window.onload=startit
    else
    setInterval("rotateimage()",pause)
    to:
    Code:
    if (!(ie4||dom))
    setInterval("rotateimage()",pause)
    and change the body tag from:
    HTML Code:
    <body bgcolor="#FFFFFF"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="init(); preloadImages();">
    to:
    HTML Code:
    <body bgcolor="#FFFFFF"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="init(); preloadImages();if (ie4||dom) {startit()}">
    - 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
  •