Skip to content

24 ways to impress your friends

Vote down?

GreLI

In the article next rule is used to reset margins:
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
}
I think it easier to use universal selector (* { margin: 0; padding: 0 }) instead.

To fix table font-size inheritance it’s enough to set
table { font-size: 1em }

Opera AFAIK don’t change font-size if it set in pixels, but it can zoom pages (so does IE7).