This is a migrated thread and some comments may be shown as answers.

cant increase the Height of Menu

3 Answers 102 Views
Menu
This is a migrated thread and some comments may be shown as answers.
usman
Top achievements
Rank 1
usman asked on 30 Jun 2011, 02:44 PM
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 
<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>

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Jul 2011, 06:21 AM
Hello Usman,

I suppose you want telerik like menu. The following demo implements the same.
Menu / Mega Drop-Down.

Thanks,
Princy.
0
usman
Top achievements
Rank 1
answered on 02 Jul 2011, 08:32 AM
problem not solved in any way , i just wana increase the height of menu bar , without distortion of the rollover images and click  images 
0
Kate
Telerik team
answered on 05 Jul 2011, 12:24 PM
Hi Usman,

Actually the appearance that you need to achieve (simply increasing the height of the RadMenu) is not very trivial task to accomplish when you are using some of the predefined Telerik skins. Since our skins are based on sprite images, in order to change the height you will need to change the whole sprite image of the control. We currently do not have a help topic that demonstrates how this can be achieved with the RadMenu control but you could take a look at such help article about another control where the same approach is used: Tutorial: Change the height of the input element. Another way would be to use our Visual Style Builder to create your customized skin.

Kind regards,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Menu
Asked by
usman
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
usman
Top achievements
Rank 1
Kate
Telerik team
Share this question
or