[thelist] Adjusting UL

M. Seyon evoltlist at delime.com
Thu Feb 16 06:45:35 CST 2006


Message from Max Schwanekamp (2/16/2006 01:54 AM)

>M. Seyon wrote:
> > Yes, definitely a good starting point when dealing with lists:
> > ul, li
> > {
> > margin: 0;
> > padding: 0;
> > }
>
>Go a step further and zero out margins and padding on everything, then
>use a common starting-point for the elements.  That way you can be sure
>where you stand, cross-browser.  (99.94% sure anyway!)
>* {
>margin: 0;
>padding: 0;
>}

I know it exists, but never went checking. Is the * universally supported 
these days? Or will I have some browsers merrily bypassing it and therefore 
not zeroing the margins?

regards.
-marc 



More information about the thelist mailing list