AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Fri Jul 11, 2003 12:23 pm Post subject: |
|
|
Looks like Pro will do it for you. You have to enable relative positioning and background resizing in the tree_format.js:
| Code: | //18. if true - relative position will be used. (tree will be opened in place where init() was called)
true,
//19. width and height of initial rectangle for relative positioning
[100,100],
//20. resize background //works only under IE4+, NS6+ for relatiive positioning
true,
|
Then just stack trees, one after another. You can place them into vertical table or separate them with <BR>. |
|