Div alignment on Click
Div alignment on Click
A requirement for my project is that when a user clicks on the a link the page scrolls to the next section on the page.
The issue is that every screen height is different. Aligning to the beginning of the next section doesn't solve the problem. So instead of scrolling to the top of the next section i want to scroll so that the bottom of the next section is aligned to the bottom of the viewport.
Is that possible. Can anyone provide code to acheive this.