Design and CSS styles
Version 4.x > Design and CSS styles > CMSListMenu View modes: 
User avatar
Member
Member
portia.mlingo-sommite - 10/28/2009 8:36:03 AM
   
CMSListMenu
I have gone through the forum plus the documentation for the CMSListMenu and i still cannot work my way around it. I want to achieve the following using CMSListMenu:

<ul class="nav">
<li>Home
<ul class="subnav">
<li>Profiel</li>
<li>Blog</li>
</ul>
</li>
<li>About Us</li>
<li>Contact</li>
<ul>

I have implemented the required values in the properties of the CMSListMenu but i still don't get my result.

Thank you in advance

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 10/29/2009 6:50:32 AM
   
RE:CMSListMenu
Hello,

Regrettably, your structure is not supported in CMSListMenu. You could develop your custom menu web part (http://devnet.kentico.com/docs/devguide/developing_web_parts.htm) or re-write the rendered HTML code to achieve your goals. Here is some forum threads about RenderedHTML property:
http://devnet.kentico.com/Forums.aspx?forumid=21&threadid=8879
http://devnet.kentico.com/Forums.aspx?ForumID=20&Thread=00004964

If the purpose is only to change the visible styles you may see these CSS examples: http://devnet.kentico.com/docs/controls/cmslistmenu.htm

Best regards,
Helena Grulichova

User avatar
Member
Member
ksigman-canyonco - 2/26/2013 12:46:49 PM
   
RE:CMSListMenu
The link to the /docs/controls/cmslistmenu.htm doesn't work... can you post the corrected link?

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/26/2013 3:57:53 PM
   
RE:CMSListMenu
Hello,

This control was moved to following url:

http://devnet.kentico.com/docs/controls/index.html?cmslistmenu_overview.htm

Best regards,
Jan Hermann

User avatar
Member
Member
portia.mlingo-sommite - 11/2/2009 6:56:48 AM
   
RE:CMSListMenu
Thank you for the resources they came in handy i discovered that my problem only lied on the CSS style for the menu and i have fixed the CSS to suit my menu.