moonlight
Newbie
Posts: 1
Registered: 2/8/2006
Member Is Offline
|
| posted on 2/8/2006 at 10:21 PM |
|
|
Impossibility to set an item scope setting (horizontal offset)
Could you please advise if it is possible to set different horizontal offsets for every item child block within the same level in Tigra Menu v.2.0?
I set like this in Items.js file:
var MENU_ITEMS = [
['About', null, {'bl': -50},
['General info', 'about_eng.html', {'tw': 'mainFrame'}],
['Regions', 'test.htm', {'tw': 'mainFrame'}], etc.....]
but it ignores the offset and shows the same value for all submenues:-((
Thank you in advance for your help.
|
|
|
tigra
Administrator
Posts: 1960
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 2/9/2006 at 02:39 AM |
|
|
The only item scope keys supported by Tigra Menu v2.0 are 'tw' and 'sb'. See documentation page for more details.
|
|
|
|