Jump to content

stlouiseman

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    stlouiseman got a reaction from tuanphan in The menu panel doesn't go away in Mobile mode   
    I used the same code with the same problems. I switched to this code:
    <script>
        $('a').click(function (e) {
          $('html, body').animate({
                scrollTop: $($(this).attr('href')).offset().top
            }, 1000);
        });
    </script>
    and tagged my anchors like this <section id="#nameofsection"></section>.
    at first I used anchor tags <a name="#anchorname></a>, but the scrolling did not work in safari until I used section id. 
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.