Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Sliding Tab (Menu links jumps to page)

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38087
    vnvillar
    Participant

    Hi guys,

    I need your javascript expertise on a current project I’m working on. I added a Sliding tab menu but I’m having problem because the menu, when clicked jumps to a certain part of the page. I tried to refactor the error but I can’t fix it (since i’m not that good with JS anyway). Here’s the link of the page I’m working on http://www.collabix.net/zoomstra/tour.php

    BTW, I’m using http://www.queness.com/resources/html/scrollto/index.html for this one.

    Hope you can help me guys! Thank you very much :)

    Best,
    Val

    #102956
    Taufik Nurrohman
    Participant
    //Scroll to the correct panel, the panel id is grabbed from the href attribute of the anchor
    $('#mask').scrollTo($(this.href), 800);
    #102984
    vnvillar
    Participant

    Hi Hompimpa,

    Thanks for your reply! I tried to remove that whole line of code but when I clicked on the next menu the content gets cut off. Hope you can help me.
    Val

    #103009
    Taufik Nurrohman
    Participant

    Error: Problem at line 8 character 19: Missing radix parameter (what is this? :p)

    $('#panel').width(parseInt($('#mask').width() * $('#panel div').length));

    Work fine for me: http://jsfiddle.net/tovic/M4XZ3/
    Oh, and also, put the JQuery library before scrollTo.js

    #103059
    vnvillar
    Participant

    Wow!!!! You got it working! Thanks so much for the help, I really appreciate it! Will look into your code now. Thanks again, Hompimpa :D

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.