Mon, 2003-03-24 05:29
FYI, I recently discovered that Opera puts a padding in the body element, so that if you put body { margin: 0px; } in your stylesheet that Opera will still display space around the body. body { margin: 0px; padding: 0px; } is the workaround.
cheers