Forum Moderators: open
Does anyone have an explaination for this?
body
padding-top:0;
Opera's use of padding is actually more logical than the others' use of margin, but it's confusing at first.
Don't forget that you don't need to specify a unit on 0 (zero) sizes. Since the value is zero then a unit is not needed.
HTH