Telerik Kendo Menu and Styling
This is more of a note to myself than anything else. I am trying to create a new MVC project using our Telerik subscription. I wanted to try their menu, but noticed it wasn’t styled properly. Nothing like in their demo, it was huge.
I did some searching on the Internet to no avail, so I fired up Opera’s web tools and started tooling around. I noticed my menu was using a non-Telerik style, but one of the default ones found in Site.css. Specifically it was using ul #menu.
I had to laugh at myself. Telerik’s menu renders as a UL, like most menus these days. Silly me used the name menu. That is why that style was being applied. I changed the name to masterMenu and it looked as advertised.
Posted on August 3, 2015, in CSS and tagged CSS. Bookmark the permalink. Leave a comment.
Leave a comment
Comments 0