johrik
Junior Member
Posts: 4
Registered: 1/15/2004
Member Is Offline
|
| posted on 1/23/2004 at 01:19 PM |
|
|
Width of Menus
Hi all,
I DLoaded the generated menu & integrated it into the page fine. I have played about with the menu_tpl file & I am trying to reduce the size
of the menu items width....
It is set to 150 at the moment and if I edit this the distance between the neigbouring menu items (at same level) seem to leave a huge gap even if the
menu items are all reduced (width) to the same size.
How can I reduce the width of menu items so that there are no gaps between neigbouring items?
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 1/26/2004 at 01:50 PM |
|
|
when you had reduced width change the MENU_POS['left'] value also. E.g. If width of menu root items is 50 than set:
MENU_POS['left'] = [50,...];
|
|
|