Copied to clipboard

Flag this post as spam?

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


  • Hemant 9 posts 23 karma points
    Apr 23, 2009 @ 13:44
    Hemant
    0

    Verticle Menu with Submenu


    I am a newbie in Umbraco and trying to build a website with a sidebar menu along with submenus.
    I have the XSLT for RunwayDropdownNavigation.

    This macro prints the menu items horizontally i want the menus to be printed as vertically.


    [code]

    ]>

    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:umbraco.library="urn:umbraco.library" exclude-result-prefixes="msxml
    umbraco.library">















    [/code]

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Apr 23, 2009 @ 13:48
    Peter Dijksterhuis
    0

    Basically the xslt spits out ul-li (plain html with no markup).
    You can style this with css to make it either horizontal or vertical. In my opinion no need to change the xslt.

    HTH,
    PeterD

  • Hemant 9 posts 23 karma points
    May 28, 2009 @ 08:19
    Hemant
    0

    Thanks.
    Solved the issue.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies