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

Roll over menus

1 Answer 56 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 19 Jun 2012, 06:28 PM
I am using jquery in a menu.  I would like to use the RadSplitter in the master page; however, when I roll over the dropdown gets cut off because of the RadPanel.  How can I get the menu to ignore the RadPanel line? (possibly a z index setting?)

<telerik:RadSplitter ID="SplitterMain" BorderStyle="None" PanesBorderSize="0"
                             BorderSize="0" runat="server" LiveResize="False"
                             ResizeWithParentPane="False" ResizeWithBrowserWindow="True" 
                             Orientation="Horizontal" Width="100%">
                <telerik:RadPane runat="server" Height="115px" Width="100%" Locked="true">
Header content
</telerik:RadPane>
<telerik:RadPane runat="server">
Body content
</telerik:RadPane>
<telerik:RadPane runat="server">
Footer content
</telerik:RadPane>
</telerik:RadSplitter>

Thanks.

1 Answer, 1 is accepted

Sort by
0
Eric
Top achievements
Rank 1
answered on 19 Jun 2012, 08:49 PM
Adding a css class of menu to this and setting "overflow-x: visible !important" resolved this problem.
Tags
Splitter
Asked by
Eric
Top achievements
Rank 1
Answers by
Eric
Top achievements
Rank 1
Share this question
or