tilak
Junior Member
Posts: 2
Registered: 4/23/2006
Member Is Offline
|
| posted on 4/23/2006 at 05:56 PM |
|
|
Positioning SubMenus to the Right
I am trying to use the Tigra dynamic vertical menu.
I have these problems/issues.
1. How do I place the sub-menus to start from the right most edge of the main menu instead of from the middle which is the default ?
2. I am trying to add an arrow.gif to the main menu for the ones that have a sub-menu. But adding like [Sports<imgsrc='cricket.gif'>","http://www.cricinfo.com"], is not working. It does not display the menu at all !!! :-(
3. Am trying to use div with style of position:relative to position my menu inside a table cell (PRO version). It too is not working.
Any help will be greatly appreciated.
Thanks in advance.
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/24/2006 at 03:00 AM |
|
|
1. the position of the submenu is controlled by 'block_top' and 'block_left' parameters in the menu_tpl.js file. You may need to use negative
values in block_left to shift the submenu left to align the right edges of the menu item and its submenu. In PRO and GOLD versions this parameter can
be applied to each submenu individually.
2. Your code doesn't work because of the syntax error. There is no opening quote for the 'Sports' string.
3. The relative positioning is supported by Tigra Menu GOLD version only, Tigra Menu PRO uses different approach. If you show us your page, we'll
recommend the settings. Please use support system for questions related to Tigra Menu PRO.
|
|
|