Click here to Skip to main content
16,018,092 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a menu ,but the sub menu are not showing


my code is


XML
<asp:Menu ID="Menu1" runat="server" 
                                                Height="21px" Font-Overline="False" Font-Strikeout="False" 
                                                Font-Underline="False" Width="54px" Orientation="Horizontal" 
                                    style="margin-left: 0px" ForeColor="White" Font-Size="Small" 
                                    Font-Names="Times New Roman">
                                                <StaticMenuStyle BorderStyle="None" />
                                                <StaticMenuItemStyle 
                                                    BackColor="#FF0066" BorderColor="White" 
                                                    BorderWidth="1px" />
                                                <DynamicHoverStyle BorderStyle="Dotted" 
                                                    BorderWidth="2px" />
                                                <Items>
                                                    <asp:MenuItem Text="    &nbsp; Home &nbsp;  " Value="HOME" NavigateUrl="~/Home.aspx"></asp:MenuItem>
                                                    <asp:MenuItem Text="      &nbsp; Contact Us &nbsp;  " Value="CONTACT US" 
                                                        NavigateUrl="~/ContactUs.aspx"></asp:MenuItem>
                                                    <asp:MenuItem Text="     &nbsp; Corporate &nbsp; " Value="CORPORATE" NavigateUrl="#">
                                                        <asp:MenuItem NavigateUrl="~/ProfilrTally.aspx" Text=" &nbsp; PROFILE &nbsp;" 
                                                            Value="PROFILE">
                                                        </asp:MenuItem>
                                                        <asp:MenuItem NavigateUrl="~/AboutUs.aspx" Text="  &nbsp; ABOUT US &nbsp;" Value="ABOUT US">
                                                        </asp:MenuItem>
                                                        <asp:MenuItem NavigateUrl="~/Mission.aspx" Text="&nbsp; MISSION &nbsp;" Value="MISSION">
                                                        </asp:MenuItem>
                                                    </asp:MenuItem>
                                                    <asp:MenuItem Text="   &nbsp; Products &nbsp; " Value="PRODUCTS" 
                                                        NavigateUrl="~/Products.aspx"></asp:MenuItem>
                                                    <asp:MenuItem Text="   &nbsp; Services &nbsp; " Value="SERVICES" 
                                                        NavigateUrl="~/Services.aspx"></asp:MenuItem>
                                                    <asp:MenuItem Text="    &nbsp; Clients  &nbsp;  " Value="CLIENTS" 
                                                        NavigateUrl="~/Client.aspx"></asp:MenuItem>
                                                </Items>
                                            </asp:Menu>
Posted

Try using Mozzila browser.It happen to me once with IE6.But when i used Mozilla firefox the prob's disappear.
 
Share this answer
 
still not working in firefox ...


plz help me ,am thinking it can be done in the proporty of menu.
plz help me quickly..
thx in advance.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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