No, no! I want UL to collapse because I want to make all these lists seem as one. I'm just wondering if there is a better way to do it :)

Well, if you are simply trying to prevent the UL from collapsing, you need
to give the UL a "new block-formatting context." Floating the UL does that.
If you don't want to float the UL there are other properties you can use:

<http://www.yuiblog.com/blog/2010/05/19/css-101-block-formatting-contexts>

Try "overflow: auto;"

None of this has much to do with so-called "best practices" as far as I
know. It's all good. :)
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to