clint wrote:

> Hey all, this works fine in IE6 but for some reason that I cant
> get around- the last li on the right "outdents"  in 5, 5.5 pc.
>
> http://aenonfiredesign.com/test/list/2/
>
> why oh why does ie have to give so much lip with lists....

Well, I really don't know why, but IE/Win seems to have a lot of strange
behaviours when a list gets "hasLayout", which is what happens in your case,
since your lists are floated.
I haven't tested in your case, but a solution could be to wrap each of your
lists in a div, make these divs float (and assign to them the widths.)   If
you prefer a solution without altering the markup you could try adding this:
#teb-super-archive ul li { display:inline; width:100%; d\isplay:block;
w\idth:auto; }

hth,
Bruno

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to