[thelist] CSS lists line height

Saila, Craig Craig.Saila at bgminteractive.com
Thu Aug 22 13:35:01 CDT 2002


> -----Original Message-----
> From: James Aylard [mailto:evolt at pixelwright.com]
> Sent: August 22, 2002 2:18 PM

> Unless there is a problem with browser implementation of
> which I am unaware, using CSS in this instance is an excellent option.

Don't want to shock anyone, but:
 li { margin-bottom: 1em; }
breaks NN 4.x -- of course most other browsers are just fine with the
code.

Doing:
 li { margin-top: 1em; }
won't break NN 4.x, but it will add a line break at the start of the UL
and it won't add them between each LI.

--
Cheers,

Craig Saila
------------------------------------------
craig at saila.com : http://www.saila.com/
------------------------------------------





More information about the thelist mailing list