Hey i have an extremly anoying problem with my ordered list.
The problem is ie7 who dosnt seem to render the numbers
1 xxxxxx
2 xxxxxx
3 xxxxxx
Like explorer 8. In fact the numbers dosnt show exept if i set list-style-position:inline
But then number 1 is appearing instead of 1,2,3 etc. - aint explorer 7 just greaaaty when it comes to rendering ul og ol.
If the ol is in âhaslayoutâ mode (e.g. has a width or is floated) then all the numbers disappear and canât be fixed. The only option is not to float it and not to give it layout. You would need to wrap a div around the ol and flfoat that instead.
If the list element (li) has a layout then again the numbers all set to number 1 orr disappear. There is a fix and you can set display:list-item on the list and set the vertical-alignment to top as IE treats the marker as an inline element.