Lori, Thanks now I know that IE7 behaves like IE6 on this issue. The question is how to force IE renderizes the markers. I'd like to know if it is impossible or not.
Maurício Samy Silva http://www.maujor.com/ ----- Original Message ----- From: "Lori Lay" <[EMAIL PROTECTED]> To: "Mauricio Samy Silva" <[EMAIL PROTECTED]> Cc: "[css-d] List" <[email protected]> Sent: Friday, May 11, 2007 9:24 PM Subject: Re: [css-d] ordered horizontal list > Mauricio Samy Silva wrote: >> Hi all, >> >> Is it possible to achieve a horizontal ordered list in IE6 using only one >> OL element and valid CSS without images? >> >> Say: >> 1. First item 2. A longer second item 3. shorter 3th >> >> HTML: >> < ol> >> < li>...< /li> >> < li>...< /li> >> < li>...< /li> >> < /ol> >> >> CSS: >> ol li { >> float:left; >> margin-right:25px; >> } >> >> This works in FFox and Opera but fails in IE6 (don't know in IE7 but >> believe it works, since it seems to be a 'hasLayout' issue). >> >> PS: >> I extract the following excerpt from: >> http://www.satzansatz.de/cssd/onhavinglayout.html#list >> "Some of these problems cannot be cured, so when the markers are desired >> it's better to avoid layout on lists and list elements." >> And now I ask: Do you know if this is one of "Some of these problems" >> that cannot be cured? >> >> Thanks >> >> Maurício Samy Silva >> http://www.maujor.com/ >> >> >> > Maurício, > > Your sample renders the same way in IE 6 and 7 - the items are listed > horizontally, but without markers. > > Might be an incurable problem, but I am not an expert... > > Lori > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
