|
Posted by Jukka K. Korpela on 01/19/07 18:56
Scripsit Michael:
>> You still haven't specified what you originally saw as the problem.
> Well, check the image at http://www.xs4all.nl/~tba/test.html
> The top image is what I want.
> The bottom image is what IE does.
OK, _now_ the question is understandable.
> I just want the sublist to start on the SAME line as the parent list
> and not on the NEXT line.
Basically you have a list item that _starts_ with an inner list. This is of
course syntactically allowed and might make sense in odd cases, but normally
there's some kind of a header for the inner list and the problem does not
occur. When it does, IE indeed seems to misbehave.
At least on IE 7, both in "standards" and "quirks" mode, the problem can be
fixed by adding the following artificial rule:
li { border: solid transparent 1px; }
(I guess I gets somehow rectified when it notices that it has to draw a
border around a list item. :-))
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|