| Author |
Message |
mouldyman
Joined: 07 Jun 2006 Posts: 1
|
Posted: Wed Jun 07, 2006 3:28 pm Post subject: Need to move the tree slightly down |
|
|
I'm having a bit of trouble understanding what basic things can or cannot be done in Standard Edition of CooljsTree.
I just have the situation where I have some text in a frame and then just a bit below this is my Tree Menu.
But using the Standard version I downloaded, there doesn't seem to be any way to shift the position of the menu down, not even a few pixels to fix it up unless I get the Professional version where this is available in various settings.
Do I understand this correctly? |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Jun 07, 2006 7:55 pm Post subject: |
|
|
| What about setting first two options in tree_format.js file to some non-zero values? Also, make sure that tree initialization sequence (var tree1 = new COOLjsTree(...); etc.) is on the <body> level - no other container can be around the tree. |
|
| Back to top |
|
 |
|