Fixed header with horizontally scrolling content
Looking for a code snippet for a basic website layout with the following:
- fixed header that consists of an image, can be a 1000px wide image named "header.jpg"
- below that, content that will scroll horizontally ( left and right )...can be a 4000px wide image "content.jpg"
- below that, a fixed footer, can be a 1000px wide image named "footer.jpg"
When the middle content scrolls left or right, the header and footer should remain in place, on screen
Thanks in advance for your help!
