When scrolling on my page, the static header moves along with the user. However, when I link to a specific div using the standard method, the div appears behind the header.
I would like to utilize:
<a href="#css-tutorials">Cascading Style Sheet Tutorials</a>
<div name="css-tutorials">CSS Tutorials</div>
The issue is that the linked div ends up at the top of the browser window. Adding padding to the top of the div was suggested by one method, but it's not possible with my current setup.
You can view the live site. When clicking on the Forms link in the blue bar in the middle of the big picture, I need to navigate to the id='Forms'
div.