Hi, all,
I am trying to get the body margin to be 0px for my page, but in Opera 7, the top margin is about 15px or so. The page looks fine in IE, Netscape, and Firefox.
I have set the margin and padding to 0, as shown below:
html {
margin:0px;
padding:0px;
height:100%;
}
body {...