| Author |
Message |
tyson
Joined: 07 Jun 2004 Posts: 5
|
Posted: Thu Dec 09, 2004 2:45 pm Post subject: Tree loads collapsed and overlapsed |
|
|
Hi!
I am using the pro version of treeView and i´m using .Net whit C#.
I have put the menu in a user control and load the control into all my pages who will use the menu. The usercontrol is located in a <td> tag but its a large tag. When i load the pages the menu is Collapsed and overlapping. Whats wrong?
/Phinala |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Thu Jan 06, 2005 11:14 am Post subject: |
|
|
Make sure that
- tree_format.js has option #18 set to 'true'
- RedrawAllTrees is called just before the </body>, outside of any container other then <body> and <html>
|
|
| Back to top |
|
 |
|