kgp
Newbie
Posts: 1
Registered: 10/3/2003
Member Is Offline
|
| posted on 10/3/2003 at 08:11 AM |
|
|
Cross frame problems
I am using the cross frame example provided by tigra gold 2.0, which works perfectly when using header frame across the top.
Now i want to change the header frame to appear on the left side of the screen(vertical), but then the menu doesn't cross the frame.
All i have changed is in index.html, where i changed rows to cols instead.
What am i doing wrong?
|
|
|
RM
Super Administrator
Posts: 24
Registered: 12/16/2003
Member Is Offline
|
| posted on 1/15/2004 at 10:57 AM |
|
|
You should change a frame sctucture descriptor(MENU_FRAMES variable) from:
[
['top'],
['bottom']
]
to
[['top', 'bottom']]
Information about frames is located at http://www.softcomplex.com/products/tigra_menu_gold/docs/#construct_mframe
Now, Tigra Menu GOLD version 2.5 is available.
|
|
|