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/

Reply via email to