ALM wrote:
Quote:
This CSS works fine in Mozilla, and it works in IE until you add the
float left!!! Any suggestions? I want the <li> to float left in order
to make a two column list. |
I never found a way for IE to keep the marker on a floated list item,
probably because IE puts the marker in the padding of the parent <ul>,
which is gone when you float the children <li>.
The few times I've wanted to do this myself I resorted to multiple
lists, each floated. I cringed at doing it that way, but sometimes you
just do what you gotta. :-\ Maybe there's some JavaScript trickery you
could do, but I'm not hopeful.
--
Berg