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

Fixed width using RadMenu with IE6

2 Answers 130 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 23 Sep 2008, 10:38 AM
Hi,

I have a RadMenu control in vertical orientation on my page and I would like to be able to fix the width to 100% of it's parent container (a div in this case)

In IE7 and Firefox this seems to work fine, however in IE6 the width of the RadMenu seems to be fixed to the width of the Menu Item with the most amount of text with quite a bit of padding after the text.

Is this a known problem, is there any way to fix it?

Thanks,

Marc

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Sep 2008, 08:46 AM
Hi Marc,

Please add the following css styles to fix the width of RadMenu to 100%:

.RadMenu ul.rmVertical,  
.RadMenu .rmVertical .rmItem {  
    width: 100%;  

All the best,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
anwar
Top achievements
Rank 1
answered on 16 Feb 2009, 12:51 PM

Fixed Height issue RadMenu  in IE6
Hi,
Similarly i have a problem in building horizontal radmenu.
The Menu height is not adjusted in IE6 where as it works fine in IE7.
Even i tried the following CSS code its not working in IE6:

.RadMenu_Outlook .rmHorizontal .rmItem .rmText
{
    height: 12px;
}

How to fix it please guide me

Regards,
A.Anwar
Tags
Menu
Asked by
Andy
Top achievements
Rank 1
Answers by
Yana
Telerik team
anwar
Top achievements
Rank 1
Share this question
or