I have a position:fixed;
menu on top of my page with a height of
175px. I used the code from scrollTo but the scroll effect puts the
chosen container on the top of the page, behind my menu.
How can I assign margin-top: 175px;
to the scrollTo code, so it shows up
underneath the menu <div>
?