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

RadMenu within RadPone doesn't visiable

1 Answer 35 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Big Q
Top achievements
Rank 1
Big Q asked on 24 Apr 2012, 05:40 PM
Hello Telerik,

I have a radmenu inside a radpone, but when the childrenMenu expand, it can't cross the radpone border.
I found a topic  http://www.telerik.com/community/forums/aspnet-ajax/splitter/radslidingpane-hiding-asp-menu-items.aspx, it seems he has a similar problem, I have tried to fix it, but it still doesn't work.

please see my attachment image

Any help on this matter would be appreciated.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Apr 2012, 05:52 AM
Hi,

Try overriding the default css with "!important" as follows.

CSS:
<style type="text/css">
    .RadMenu
     {
        position:fixed !important;
     }
</style>

Regards,
Princy.
Tags
Splitter
Asked by
Big Q
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or