Hello. This is my first time here. I`m having a problem with ordered list.
In IE the numbers disappear when the list items are left floated.

<ol>

        <li>Item A</li>
        <li>Item B</li>
        <li>Item C</li>

 </ol>

and the css:
ol {
        margin:0;
        padding:0;
}
ol li {
        float: left;
}

Thanks and I anybody can help me...
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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