I am looking for programming help on how to do a sidebar menu like the one shown at this URL:
I would like my sidebar to function just like the sidebar on the website, with my own look and feel applied to it. I would like the sidebar to scroll with the page fixed at its own location just as it functions on Nettuts website. How would I program this?
It is a
divwith the css statementposition: fixed;in the css class declaration.Give any div in your html this CSS styling and you should see it working.