[thelist] IE UL/OL float left bug?

Kazzablanka kazza at pandora.be
Thu Dec 26 15:46:00 CST 2002


It seems so, I've had this problem before when the list was nested in
tables.
just add a left margin to your ul or ol:

ul {
    margin-left: 12px     /* 12px did the trick for me in IE6 */
}

grtz
----- Original Message -----
From: "fstorr" <fffrancis at fstorr.demon.co.uk>
To: <thelist at lists.evolt.org>
Sent: Thursday, December 26, 2002 10:09 PM
Subject: [thelist] IE UL/OL float left bug?


> Hi all
>
> Is this a bug in IE?  I can't see that I'm doing anything wrong...
>
> If I apply a float:left to a <ul> or an <ol>, IE loses all the bullets.
> No matter what I try, I can seem to get the bullets to appear.
> Float:right seems to work though.  Moz works fine. Code below:
>
> <ol style="float:left;">
> <li>Hello</li>
> <li>Hello</li>
> </ol>
>
> Can anyone help?!
>
> Cheers + have a happy Christmas
>
> Francis
>
>
> --
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>
>





More information about the thelist mailing list