Im desperate, guys, i can't make menumanager work as i want him to.
i need to be done a menu like this one: (A GREEN ONE):
http://www.fratyr.com/demo/inner3.htmlThis is the menu code in HTML:
<div class="green_menu">
<img alt="" src="../images/menu_li_left.png" width="4" height="21" class="left" />
<img alt="" src="../images/menu_li_right.png" width="60" height="27" class="green_right" />
<div class="reka_green"><a href="#">About</a></div>
</div>
<div class="clear"><!----></div>
<div class="green_menu">
<img alt="" src="../images/menu_li_left.png" width="4" height="21" class="left" />
<img alt="" src="../images/menu_li_right.png" width="60" height="27" class="green_right" />
<div class="reka_green"><a href="#">The Routes Travel Advantage</a></div>
</div>
<div class="clear"><!----></div>
And so on... means, every div is 1 button. How do i build it with menumanager code?
I just don't get it actually :] and i cant find any good documentation of how to code this.
Can anyone provide me with an example of what im needed? I could learn from it i think.
Thanks.