if I set the border of the body, it works. Is it a good thing to set the border? I actually don't need it...however, I had few go and this seems working:
Code:
html { background: yellow; } body { background: gray; margin:0; height: 100%; position: absolute; top:0; left:0; width: 100%; } #mainblock { background: purple;
Leave a comment: