html - Can I link to a wordpress page and have it already scrolled down to some part that I want? -
this question has answer here:
- how link part of page? (hash?) 6 answers
on homepage, have section services, somewhere lower, near end of page. possible make link in menu, open homepage , automatically scroll down services part?
it possible, if link page , put dom id @ end of link.
example:
1) link
<a href="http://www.example.com/link#here">go</a>
2) page
<div id="head-of-the-page">blah</div> .... content goes here .... <div id="here">focus gets here</div>
then, point right after click
Comments
Post a Comment