If I have a non-scrolling header in an HTML page, fixed to the top, having a defined height:
Is there a way to use the URL anchor (the #fragment part) t
#fragment
It works for me:
HTML LINK to Anchor:
SECURITY
HTML Anchor:
CSS :
.anchor::before { content: ""; display: block; margin-top: -50px; position: absolute; }