Re: when using validator is not sensible

fr 17 aug 2001 10:05:26, Yuri Generalov <yuri@cactus-books.com>:

> body {margin: 0}
>
> This resulted in the following: the majority of browsers which
> handle CSS properly, display no margin. But for example Opera
> still displays a margin of, I think, 10 pixels 

That's because you have to use

padding: 0;

in Opera (this is arguably more correct).

-- 
Karl Ove Hufthammer

Received on Friday, 17 August 2001 05:16:18 UTC