Quantcast
Channel: SCN : All Content - SAP Enterprise Portal
Viewing all articles
Browse latest Browse all 3876

Four Level Hover Menu with Navigation Tag Libraries

$
0
0

Hi

I am creating a 4 level hover menu with the navigation tag libraries, however the 4th level does not come properly.

 

Can anyone point what could be the issue here

here is the code

 

<ul id="tabmenuLevel1" class="drop">  <%-- iterate level 1 navigation nodes --%>  <nav:iterateInitialNavNodes>  <li><nav:navNodeAnchor navigationMethod="byEPCMwithURL" /> <%-- check child nodes --%>  <nav:ifNavNodeHasChildren>  <ul id="tabmenuLevel2">  <%-- iterate level 2 --%>  <nav:iterateNavNodeChildren>  <%-- check child nodes level 3--%>  <nav:ifNavNodeHasChildren>  <li class="hasChildren"><a><nav:navNodeAnchor navigationMethod="byEPCMwithURL" /></a>  <ul id="tabmenuLevel3">  <%-- iterate child nodes level 4--%>  <nav:iterateNavNodeChildren>  <li><a><nav:navNodeAnchor navigationMethod="byEPCMwithURL" /></a></li>  </nav:iterateNavNodeChildren>  <%-- check child nodes level 4--%>  <nav:ifNavNodeHasChildren>  <ul id="tabmenuLevel4">  <%-- iterate child nodes level 4--%>  <nav:iterateNavNodeChildren>  <li><a><nav:navNodeAnchor navigationMethod="byEPCMwithURL" /></a></li>  </nav:iterateNavNodeChildren>  </ul>  </ul>  </li>  </nav:ifNavNodeHasChildren>  </nav:ifNavNodeHasChildren>  <nav:ifNotNavNodeHasChildren>  <li><a><nav:navNodeAnchor  navigationMethod="byEPCMwithURL" /></a></li>  </nav:ifNotNavNodeHasChildren>  </nav:iterateNavNodeChildren>  </ul>  </nav:ifNavNodeHasChildren></li>  </nav:iterateInitialNavNodes></ul>

The 3rd level navigation current does not hover over.

 

ANy pointer is helpful

 

Thanks

Sandip


Viewing all articles
Browse latest Browse all 3876

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>