tree menu

Simple CSS experiment to get the visual effect of a Windows-style tree representation of nested lists.

Although a pure CSS solution could be had with specific pseudo-classes, this more general example works in IE by adding a class to the last item in each list.

Still has some issues if one list is longer than another, as the trick falls apart...but for general situations this is quite viable.