xjer
Junior Member
Posts: 2
Registered: 5/6/2008
Member Is Offline
|
| posted on 5/6/2008 at 06:15 PM |
|
|
Icon Menu
I have the Tigra Menu Gold and I want to create a menu that uses the arrow Icons. In the Icon example that is provided, the menu appears and
disappears, which I don't want. How can I use the arrow icons in a menu. Thank you.
|
|
|
tigra
Administrator
Posts: 1869
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/7/2008 at 02:10 PM |
|
|
You'll need to initialize the menu as relative positioned, not pop-up. In HTML replace:
var M = new menu (MENU_ITEMS0, MENU_POS0, {'popup' : true, 'wrapper' : TMGWrapItemAll});
with
var M = new menu (MENU_ITEMS0, MENU_POS0, {'wrapper' : TMGWrapItemAll});
|
|
|
xjer
Junior Member
Posts: 2
Registered: 5/6/2008
Member Is Offline
|
| posted on 5/7/2008 at 08:25 PM |
|
|
Thanks for replying. But my other question is this. There does not seem to be any option to select the icons in the menubuilder. How do I go about
making use of them?
|
|
|