|
Hi, i am trying to get a top menu to http://www.gourmetcestas.com.br , but i don’t know how.
This should be like this:
http://www.emthemes.com/demo/magento-theme-wine-store-em0009
I’m using this code in cms (static block),
<!-- menu level 1-->
<ul id="nav">
<li class="level0 nav-1 level-top first"> <a class="level-top" href="{{store
url=’rings.html’}}"> <span>Wine Shop</span> </a> </li>
<li class="level0 nav-2 level-top">
<a class="level-top" href="{{store url=’bracelets.html’}}"> <span>Red Wine</
span> </a>
<ul class="level1">
<li class="level2 nav-2-3-3 first"> <a href="{{store url=’buildyour-
own.html’}}"><span>Cabernet Sauvignon</span></a> </li>
<li class="level2 nav-2-3-4"> <a href="{{store
url=’laptops.html’}}"><span>Merlot</span></a> </li>
<li class="level2 nav-2-3-5"> <a href="{{store url=’harddrives.
html’}}"><span>Cabernet Franc</span></a> </li>
<li class="level2 nav-2-3-6"> <a href="{{store
url=’monitors.html’}}"><span>Malbec</span></a> </li>
<li class="level2 nav-2-3-7"> <a href="{{store url=’rammemory.
html’}}"><span>Bordeaux Blends</span></a> </li>
<li class="level2 nav-2-3-8"> <a href="{{store
url=’electronics/computers/cases.html’}}"><span>Syrah/Shiraz</span></a> </li>
<li class="level2 nav-2-3-9"> <a href="{{store
url=’electronics/computers/cases.html’}}"><span>Grenache</span></a> </li>
<li class="level2 nav-2-3-10 last"> <a href="{{store
url=’electronics/computers/cases.html’}}"><span>Mourvedre</span></a> </li>
</ul>
</li>
<li class="level0 nav-3 level-top"> <a class="level-top" href="{{store
url=’necklaces.html’}}"> <span>White Wine</span> </a> </li>
<li class="level0 nav-4 level-top"> <a class="level-top" href="{{store
url=’earings.html’}}"> <span>Dessert Wine</span> </a> </li>
<li class="level0 nav-5 level-top last"> <a class="level-top" href="{{store
url=’wedding.html’}}"> <span>Rosé Wine</span> </a> </li>
</ul>
Could somebody help me?
|