There may be a simple fix for this, but it has troubled me for ages now...
Let me explain the situation. I have a div with the ID \'container\' that holds all the
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; }