Soldier
Newbie
Posts: 1
Registered: 2/12/2006
Member Is Offline
|
| posted on 2/12/2006 at 10:54 PM |
|
|
Problems with Tigra Menu
Picture: http://clientes.netvisao.pt/djman/pag.JPG
Im using the demo5 and my problem is that when i change the menu_tpl to make the menu lower, the mouse over menu gets even lower than it should be...
help please...
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 2/13/2006 at 02:15 AM |
|
|
in menu_tpl.js the second level of the menu doesn't have the block_top parameter defined so the value is inherited from the parent level. If you
don't want that happening then specify the block_top explicitly for the second level.
|
|
|