Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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">
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
Thanks. Solved the issue.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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]
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
Thanks.
Solved the issue.
is working on a reply...