On 11/3/10 7:42 AM, David E. Ross wrote: > On 11/3/10 4:22 AM, Hana Skoumalova wrote: >> Hello, >> >> 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 >> >> Hana > > Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.15) > Gecko/20101027 SeaMonkey/2.0.10 > > No XHTML errors. No CSS errors. > > I do not see the problem, either in the list of items at the top or the > detailed Q and A below. Further, I see a sublist under the details of > item #2, running from 1 to 15; I do not see the problem there. >
With IE 7, the numbers for the detailed Q and A appear one line above the Q, which is likely not what you want. I suggest you NOT use the <dl><dt><dd> combination for the Q and A terms. This combination should be used only for defining terms. The Q is not a term to be defined, and the A is not a definition. Furthermore, this combination is supposed to be for a LIST of terms and definitions; but you haved coded a single term and "definition" for each list. In any case, get rid of the </p>, </li>, </dd>, and </dt> tags. They are not needed. Their presence makes your page look like tag soup. -- David E. Ross <http://www.rossde.com/> I am again filtering and ignoring all newsgroup messages posted through GoogleGroups via Google's G2/1.0 user agent because of the amount of spam from that source. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

