Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii friends,


i have developed one application ,in which one asp.net menu control is in master page.
the problem is the sub menu hinding behind container controls

XML
<asp:Menu ID="menu_links" runat="server" Height="21px" Orientation="Horizontal" StaticPopOutImageTextFormatString="{0}"
                                            Width="100%" Style="position: relative;">
                                            <DynamicHoverStyle BackColor="#284E98" ForeColor="White" CssClass="dynamicMenu" />
                                            <DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" CssClass="dynamicMenu" />
                                            <DynamicMenuStyle BackColor="#B5C7DE"  CssClass="dynamicMenu"/>
                                            <DynamicSelectedStyle BackColor="#507CD1" CssClass="dynamicMenu" />
                                            <StaticHoverStyle BackColor="#284E98" ForeColor="White" />
                                            <StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
                                            <StaticSelectedStyle BackColor="#507CD1" />
                                        </asp:Menu>
Posted
Updated 9-Aug-12 20:44pm
v2
Comments
Prabhakaran Soundarapandian 9-Aug-12 5:31am    
Can you post your code....
AmitGajjar 10-Aug-12 3:17am    
can you post dynamicMenu css class code ?

Hi,

You need to set z-index for submenu. Check Z-index on w3school[^]

Hope this will help you,

thanks
-Amit Gajjar
 
Share this answer
 
Comments
Ganesh Nikam 9-Aug-12 4:22am    
already i tried to set z index
AmitGajjar 9-Aug-12 4:24am    
can you post your code by improving question ?
remove Style="position: relative;
 
Share this answer
 
Comments
Ganesh Nikam 10-Aug-12 4:44am    
thanks dude but still getting same error

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900