Thank you for the reply. I can not get this to work for me. I put this in my code:
:target {
display: block;
position: relative;
top: -90px; /* this is your offset */
visibility: hidden;
}
and the offset works but the divs I am jumping to become hidden when I click on their respective links. Here’s a fork with the new code in it.
What am I missing?