Wed, 03 Nov 2010 13:22:10 +0100, /Hana Skoumalova/:

I use SM 2.0.3 on Linux and I encountered a strange problem with
displaying items in ordered list (<ol>). Twelve items are displayed
correctly, but the thirteenth looks strange: the number 13 is pushed to
the right into the text.

I tried to find an error in my code, but I couldn't find any. I also
tried other browsers (FF, Google Chrome, FF on XP and IE) and they
display the item correctly (or at least the same way as other items).

The page showing the problem is at this address:
http://utkl.ff.cuni.cz/~skoumal/csts-faq.html

Although it looks just o.k. to me, could you try to apply the following style rule in addition:

li {
  clear: both;
}

I can only guess some font differences could cause the floated DTs to descend below the containing DL/LI so the text in the marker of the following box (LI) gets shifted. Floats are not as innocent as they may look and they actually cause most of the problems I've seen... especially with IE. :-)

--
Stanimir
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to