Hi all.

Which is better... this:


/* Zero-out margins and padding for all elements: */
* { margin: 0; padding: 0; }


Or this:


/* Avove same as saying: */      
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}



I prefer the first, but I am willing to switch if the second does a 
better job.

Many TIA!  :)
Cheers,
Micky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to