Click here to Skip to main content
15,911,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using asp.net mvc3 razor engine and trying to use the MVCSiteMap provider for rendering the menu, but when i am using the multi-level Site-map, menu control render all the node over the page without and Hover functionality.


Please tell, there is any way to this.
Posted

1 solution

I have solved my problem by simply adding the some sort of CSS.

I was thinking, MVCSitemapprovider have some in-built CSS and Javascript for rendering the dropdown menu but i was wrong, MVCSitemapprovider only render the list.

so, we have to create our own CSS for converting the MVCSitemapprovider menu into Dropdown menu
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900