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:

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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -