i need to be done a menu like this one: (A GREEN ONE): http://www.fratyr.com/demo/inner3.html
This is the menu code in HTML:
Code: Select all
<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>
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.