views:

57

answers:

1

I've made an attempt here. However, it has two problems:

  1. IE
  2. Last element of a list being a sublist

Is there a better way of doing this?

+1  A: 

You didn't really go into detail on what your criteria are, but from what you have said, I'd suggest taking a look at SlickMap CSS.

Update: Got it! I just remembered where I'd seen what you're looking for:

jsTree is a jQuery plugin which creates a tree widget with the kind of styling you want and uses <ul> internally to represent it.

ssokolow
**+1** - Ok, that's **awefully** cool. But it's not what I'm looking for. I'm looking for a multilevel list, but instead of bullets, there are lines joining parents to children.
Eric