Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Daniel Horn 319 posts 344 karma points
    Nov 21, 2010 @ 23:32
    Daniel Horn
    0

    Navigation help

    I need to do this navigation, and i'm messing around with the XSLT, can someone help me out? :)

     

    This is the structure:
    
    Website
    - level1 navi
    -- level2 navi
    --- level3 navi
    --- level3 navi

     

     

            <ul class="undermenu"> 
    
                <li><a href="#">Level2</a>             
    
                    <ul> 
    
                        <li><a href="#" class="aktiv">level3</a></li>                     
    
                        <li><a href="#">Level3</a></li>
    
                    </ul>
    
                </li> 
    
            </ul> 
Please Sign in or register to post replies

Write your reply to:

Draft