davidemery
Member
Posted 1 year ago #
Hi,
I have built a simple wp site here: http://bit.ly/gWs9O3
At the moment the whole page scrolls, but I would like the navigation to remain fixed, and just the main content to scroll, like on this site: http://malcolmgoldie.com/
I'm not sure how to do this, I'm assuming I somehow have to fix the sidebar?
Any help greatly appreciated.
Thanks
David
archer123
Member
Posted 1 year ago #
3 approaches come to mind
1. get a theme that allows that out of the box.
2. do it with CSS to lock your header and side into a fixed position.
3. My favorite Do it with a java script there are some great scrolling options in java for free at this link.
http://jdstiles.com/java/scrollscripts.html
Good Luck