JohnTirone
02-07-2003, 02:56 PM
I have created my own version of a folding menu tree for our application. I would like to use my own because our application potentially has BILLIONS of nodes.
I've got one problem ...
My menu almost looks like an Windows Explorer menu ... with one exception. If the user opens a folder (and your on the second level), there is no "dotted" line to the higher menu node beneath.
I WOULD LIKE TO HAVE THE DOTTED LINE & DON'T WANT TO USE AN IMAGE TO DO IT.
A text representation is as follows:
OPENNODE
|
|__OPENNODE
| |
| |_ file
| |_ file
|
|__file
^ The line that the ^ is pointing to is the one that I'm currently
missing.
HOW COULD I DO THE VERTICAL LINE IN HTML?:confused:
Thank you!
I've got one problem ...
My menu almost looks like an Windows Explorer menu ... with one exception. If the user opens a folder (and your on the second level), there is no "dotted" line to the higher menu node beneath.
I WOULD LIKE TO HAVE THE DOTTED LINE & DON'T WANT TO USE AN IMAGE TO DO IT.
A text representation is as follows:
OPENNODE
|
|__OPENNODE
| |
| |_ file
| |_ file
|
|__file
^ The line that the ^ is pointing to is the one that I'm currently
missing.
HOW COULD I DO THE VERTICAL LINE IN HTML?:confused:
Thank you!