Hi,
It is level 2 and 3 in the menu now but you can almost not see the differens, that is the reason i need to style them, so the user can se the difference between level1, 2 and 3.
- Code: Select all
<div class="moduletable_menu">
<h3><span><strong>Våre </strong>Produkter</span></h3>
<div class="moduletable_content">
<ul class="vm_menu level1 menu" id="vm_menu">
<li class="level1 item1 parent active">
<a class="level1 item1 parent active" href="/index.php?option=com_virtuemart&page=shop.browse&category_id=9&Itemid=1" target="_self" title="Klær dame">Klær dame</a>
<ul class="level2">
<li class="level2 item1 parent">
<a class="level2 item1 parent" href="/index.php?option=com_virtuemart&page=shop.browse&category_id=25&Itemid=1" target="_self" title="Jakke">Jakke</a></li>
<li id="current" class="level2 item2 parent active current">
<a class="level2 item2 parent active current" href="/index.php?option=com_virtuemart&page=shop.browse&category_id=26&Itemid=1" target="_self" title="Bukse">Bukse</a>
<ul class="level3">
<li class="level3 item1 ">
<a class="level3 item1 " href="/index.php?option=com_virtuemart&page=shop.browse&category_id=47&Itemid=1" target="_self" title="Skall">Skall</a></li>
<li class="level3 item2 ">
<a class="level3 item2 " href="/index.php?option=com_virtuemart&page=shop.browse&category_id=48&Itemid=1" target="_self" title="Softshell">Softshell</a></li>
<li class="level3 item3 ">
<a class="level3 item3 " href="/index.php?option=com_virtuemart&page=shop.browse&category_id=49&Itemid=1" target="_self" title="Turbukser">Turbukser</a></li></ul></li></ul></li>
<li class="level1 item2 parent">
<a class="level1 item2 parent" href="/index.php?option=com_virtuemart&page=shop.browse&category_id=10&Itemid=1" target="_self" title="Klær herre">Klær herre</a></li>
<li class="level1 item3 parent">
<a class="level1 item3 parent" href="/index.php?option=com_virtuemart&page=shop.browse&category_id=11&Itemid=1" target="_self" title="Turutstyr">Turutstyr</a></li>
<li class="level1 item4 parent">
<a class="level1 item4 parent" href="/index.php?option=com_virtuemart&page=shop.browse&category_id=12&Itemid=1" target="_self" title="Profilbekledning">Profilbekledning</a></li>
<li class="level1 item5 parent">
<a class="level1 item5 parent" href="/index.php?option=com_virtuemart&page=shop.browse&category_id=13&Itemid=1" target="_self" title="Pakker">Pakker</a></li></ul> </div>
</div>