Results 1 to 3 of 3

Thread: sdmenu not working along with image gallery

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

    Default sdmenu not working along with image gallery

    HI I want to use sdmenu
    http://www.dynamicdrive.com/dynamicindex1/slashdot.htm on a html page in left pane and have a conyevor belt script having scrolling images in center of the page http://www.dynamicdrive.com/dynamici...rightslide.htm
    but when i add this image script the sdmenu doesnot work,pls help

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

    Default

    Inside the code for Conveyor Belt slideshow, locate the below line:
    Code:
    window.onload=fillup
    and change that to:

    Code:
    if (window.addEventListener)
    window.addEventListener("load", fillup, false)
    else if (window.attachEvent)
    window.attachEvent("onload", fillup)
    DD Admin

  3. #3
    Join Date
    Feb 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Thanks to "vinitgadre" for asking the question and thanks to "ddadmin" for supplying the solution. That was the exact same problem that I was having with my SDmenu on the left and Conveyor Belt slideshow on the middle of page. Now working just fine!
    Last edited by vinta; 02-06-2012 at 03:55 AM. Reason: Forgot to actualy say that the script was working ok.

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
  •