Re: Overcoming Browser Offset

From: Daniel Piechnick

Comments

Hi Mark. I had that problem for aaaages. There's no standard solution to the problem. The only thing that seems to go right to the corners of the web page is a background image, which is kinda useless. Here's the solution - put his code between your HEAD tags: <style type="text/css"><!--body { margin: 0; padding: 0 } --></style>