Using the code and CSS on the JQuery UI website, the category list item heights are set to overlap all the items in the previous category. I cannot figure out where this is done.
Why wouldn’t each item be positioned beneath the previous item (term or category) in the list with the category and term items just having a different formatting/box size?
It’s the missing
float:leftrule that causes this.