|
Yes, *html is a hack, but the 'wildcard' is supported and works well. Just zeroing out the margins and padding on the body element only applies to <body>, you'd then have to zero out on all the other elements, like this:
h1, h2, h3, #wrapper, #content etc... {margin: 0; padding: 0;}
So using the wildcard * is an easier way of applying it to everything.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|