Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I need to disable highlight of menu on mouseover. Enable="false" works, but make my image pale
<telerik:RadMenuItem ImageUrl="graphics/Users.png" enabled="false" tooltip="User Resources" style="margin-left:318px;" onmouseover="showMenu(event)"/>
html .RadMenu .rmRootGroup .rmItem .rmLink {
border-color
:
transparent
;
color
: inherit;
background-color
background-image
none
}