June 22, 2005
MarkBernstein.org
 

What's the issue with this list?

This ordered list looks fine to me -- and it's fine on most browsers.

  1. Now is the winter of our discontent made glorious summer by this son of York.
  2. These are the times that try men's souls.
  3. Staring at too much css is hard on your spirit, and your batteries.

But it's not fine on MSIE XP SP2. If you happen to know why, I'd like to know, too. Email me. First answer is likely to win a small prize.

Update: The bad CSS rule was, it seems, the following:

.post li {
font-size: .8em;
line-height: 1.6em;
margin-top: .5em;
width: 80%;
}

Thanks, Ollie Boermans!