Results 1 to 3 of 3

Thread: problem with expanding vertical menu

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

    Default problem with expanding vertical menu

    hello all,

    i am currently updating a website i am making for my uncle: www.createnbuild.com

    I have added an expanding side menu on the left, where if you click on the heading it opens up a list of menu items. If you click on a different menu, the old one closes. The original site that i got the coding from, only had 4 main menus, so when i add 2 more menus, they don't function as well. I followed the instructions that they gave me, to add more menus, but it's still not working correctly. With the last two menus, when you click on a different menu they don't close! This makes the whole website look wierd when you have a load of menus open at once, and it mucks up the look of the site too.

    Can anyone please help???

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Have you tried looking at the scripts to see if they have the
    Code:
    window.onload
    line?

    If so, then put it all in the
    Code:
    <BODY>
    tags.

    Example:

    Code:
    window.onload = something
    TO

    Code:
    <body onload = "something();">
    __________

    Peter

  3. #3
    Join Date
    May 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for you input, i did fix it a different way. I had just accidently closed the master div before the extra menus. So i opened it! Also, thankyou for not commenting on my coding. I know that it's not the best, but everyone has their opinions. It's nice to be helped by someone that doesn't slate my work

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
  •