SyntaxFix
Write A Post
Hire A Developer
Questions
Try removing the position from header and add overflow to container:
position
header
overflow
container
#container { position:relative; width:80%; height:auto; overflow:auto; } #header { width:80%; height:50px; padding:10px; }