Results 1 to 3 of 3

Thread: What the #!&@$! - help please??

  1. #1
    Join Date
    Jan 2006
    Location
    Warrandyte, Victoria, Australia
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question What the #!&@$! - help please??

    Jim's DHTML Menu v5.7 http://www.dynamicdrive.com/dynamici...menu/index.htm
    AND
    Cross Browser marquee http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm

    I have been using Jims menu successfully for a while now, but today added the cross browser marquee. The marquee works fine but the menu has disappeared. I assume it is something to do with having two scripts on the one page but I admit that I am not sufficiently proficient to understand where the problem is and if it can be fixed.

    I realise that this is potentially a difficult thing to isolate so understand if nothing happens, but would appreciate any assistance that may be forthcoming.

    The relevant page is at http://www.pottersonline.com.au/examples.htm

    Thanks heaps,
    Graham

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

    Default

    I haven't tested this yet, though try removing the line:

    Code:
    window.onload=populate
    on your page, and instead add it inside the BODY tag as follows:

    Code:
    <BODY onload="init(); populate()">
    Due to the complexity of both scripts, I'd be surprised if it works though.

  3. #3
    Join Date
    Jan 2006
    Location
    Warrandyte, Victoria, Australia
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up Ddadmin Rules!

    In your reply you said " Due to the complexity of both scripts, I'd be surprised if it works though."

    You should have more faith in your divining powers - you picked the problem in one and solved it perfectly!!

    Thanks so much for your help, greatly appreciated.
    Graham

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
  •