Mauricio Samy Silva wrote:
> 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,

It would appear that it's not possible.  I did some searching and that 
seems to be the consensus, even as recently as Dec 2006.  Apparently the 
issue is that IE changes the list from display: list-item to display: 
block when the list is floated, so the markers are lost.  Even setting 
the display on the list items to display: list-item doesn't fix the 
problem.  The solutions seemed to be either to use JavaScript or images, 
which you said you wanted to avoid.

I even found a lot of "solutions" that simply involved using an 
unordered list instead!

Now all we need is display: inline-list-item and we'd be all set :-)

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