javascript - Navigate to particular section at particular position in html page on click of anchor tag in fixed header -


i have floating header sets on top of page based on scroll conditions defined , inside header have navigation wizard , each nav item wrapped anchor tag point particular section in html page. when click on anchor tag window scrolled particular section content hidden below floating bar.

how make content of particular section display below header once nav item in header clicked?


Comments