Forum Moderators: not2easy
#inline ol {
margin: 0;
padding: 0;}#inline ol li {
display: inline;}
Something to that effect. Even after messing with the margin/padding in the LI, the darn marker wouldn't display in IE6. Of course it works in everything else.
Does anyone know a fix that will show the marker or is it just something not doable? I'd rather not have to do a UL and hard code in the numbering.
1. Some Text 2. Some Text 3. Some Text 4. Some Text
And when it wraps, after #4, the whole LI would wrap, not just part of the text (
white-space: nowrap). This works doing the
display:inline in Gecko browsers but the only problem seems to be in IE6. In IE6, the numbers disappear no matter what I set the margin and padding to. Any ideas?
Thanks :)
J