i want to increase the weight of telerik menu , i wan to make its heights similar as telerik offical website's menu
but i am unable to do so .
if height increase by increasing items height or generally increasing the height of menu bar from properties , the rollover gets distorted ,and also the looks ,last i was trying the below
but i am unable to do so .
if height increase by increasing items height or generally increasing the height of menu bar from properties , the rollover gets distorted ,and also the looks ,last i was trying the below
<div style="width: 1130px; height:auto; position: relative; richness:100; top: 0px; left: 95px; color: #EEF1CD; background-color: #F7FAFE"> <telerik:RadMenu ID="RadMenu1" runat="server" Skin="Vista" Width="1130px" EnableRoundedCorners="True" style="top: 0px; left: 0px; " Font-Size="Large" Height="50px" BackColor="White" > <Items> <telerik:RadMenuItem runat="server" Text="Root RadMenuItem1" width ="200" > </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Root RadMenuItem2" width ="200" > </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Root RadMenuItem3" width ="200" > </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Root RadMenuItem4" width ="200" > </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Root RadMenuItem5" width ="200" > </telerik:RadMenuItem> </Items> </telerik:RadMenu> </div>