Welcome to WebDesignForums.net!
You're currently viewing WDF as a guest. By registering for a free account, you'll be able to participate with other members in our friendly community. Being a member allows you to ask questions and get answers for those troublesome web development tasks!

In addition, as a member you'll be able to post your websites up for review. Using our unique website review system you can gain some amazing feedback from some of the best web developers around. This is a completely free service to all registered members.

Ready to register yet? Registration is 100% free. Click Here To Join Now!

Navigation help

Discussion in 'Javascript, AJAX, and JSON' started by adrian jones, Jun 20, 2012.

  1. Offline

    adrian jones Member

    Message Count:
    81
    Likes Received:
    1
    Trophy Points:
    8
    Gender:
    Male
    I want to create a page, with a sidebar on the left containing links, on clicking these links it will reveal sublinks, and on clicking the sublinks, some content appears on the main content area.

    On clicking a different sublink, the content would change but I dont want the nav to be affected.

    How is this done?

    Thanks


  2. Offline

    Webzarus Well-Known Member

    Message Count:
    3,003
    Likes Received:
    666
    Trophy Points:
    113
    Gender:
    Male
    There are numerous was of doing what you're asking... But they all involve some sort of JavaScript or jquery scripting using the onclick event handler... Could possibly be done with some scripting language... But this would possibly require a page refresh... Which I don't think you want...

    The smoother transitions will need jquery... Possibly some CSS ... Take a look at http://stunicholls.com, he has several examples that might fit your needs


Share This Page