zuegu
Newbie
Posts: 1
Registered: 1/2/2004
Member Is Offline
|
| posted on 1/2/2004 at 03:32 PM |
|
|
Menu Positioning with JavaScript
Hello there.
I was wondering if there is a possibility to position the TigraMenu by Javascript.
I'm working on a Page where the position of the menu depends on the width of a Banner on the left side. I would like now to position the menu by
JavaScript.
Therefore: Does the menu have an Id (like <div id="something"> ) which I could use to position it?
Thanks
zuegu
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/7/2004 at 04:59 AM |
|
|
If menu initialization block appears below the banner in the HTML code you can put in between some javascript that will check the size of the banner
and set menu positioning variables (which are client side javascript as well) accordingly.
|
|
|