I am writing a glossary page. I have the alphabet links on the top of the page. I want to keep the top of the page (including the alphabet links) fixed, whilst the section o
You can simply make the top div fixed:
#top { position: fixed; top: 20px; left: 20px; }