Do you have body fields set to 0px? In the stylesheet, set body { margin:0px; } body { margin:0px; } . If you want to keep the body fields you need to adjust the width of the div. Something like div#idOfDiv { margin-left:-10px; margin-right: -10px } div#idOfDiv { margin-left:-10px; margin-right: -10px }
source share