donaldduck
Newbie
Posts: 1
Registered: 2/2/2005
Member Is Offline
|
| posted on 2/2/2005 at 05:43 PM |
|
|
Tigra menu problems & Questions
I want to use the demo 1 tigra menu
the problem i am having is i want to use image over for the main buttons and i would like my sub menu to show like this
Support
Downloads | Updates | Patches | etc
help plz
|
|
|
olga
Administrator
Posts: 84
Registered: 11/22/2004
Member Is Offline
|
| posted on 2/2/2005 at 07:10 PM |
|
|
1) You should use the inner HTML feature, i.e. any HTML is allowed within item's caption. So just add image tag to the MENU_ITEMS, for
example:
['<img src="icon.gif"> SoftComplex', 'http://www.softcomplex.com/'],
You can use the wrapper function as well:
http://www.softcomplex.com/products/tigra_menu/docs/#innerhtml_wrapers
2) If you want to change geometric parameters of the menu items you need to modify "top", "left", "block-top" and
"block-left" configuration keys (Menu level scope settings) - http://www.softcomplex.com/products/tigra_menu/docs/#level_scope.
|
|
|