| Author |
Message |
softstor
Joined: 13 Oct 2005 Posts: 1
|
Posted: Thu Oct 13, 2005 3:59 am Post subject: Center Menu |
|
|
I have having a problem when the user changes the size of the browser window as my menu gets pushed all the way to the left and does not look right.
Is it possible to have the menu centered on the screen at all times? |
|
| Back to top |
|
 |
Victor_Chuiko Support Team
Joined: 12 Apr 2005 Posts: 145
|
Posted: Tue Oct 25, 2005 6:24 pm Post subject: |
|
|
Could you, please, send us your complete sample or an url, so we could
examine the issue? |
|
| Back to top |
|
 |
jeap21c
Joined: 16 Mar 2007 Posts: 2
|
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Mar 28, 2007 1:16 pm Post subject: |
|
|
Actually, you're talking about the tree - not menu, right?
Your tree_format.js contains the following:
| Code: | var TREE1_FORMAT =
[
//0. left position
55,
//1. top position
70, |
Please, replace 55 and 77 with 0 - this will solve the problem. |
|
| Back to top |
|
 |
|