菜单控制 - 在设置其水平实际位置之后在运行时垂直显示我设置的... [英] Menu Control - Displays Vertically At Run Time After That Set Its Actual Position Horizontally Which Is I Set...

查看:98
本文介绍了菜单控制 - 在设置其水平实际位置之后在运行时垂直显示我设置的...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新手....我试试......但没有发现问题是什么?它背后......

当我打开网页应用程序它显示水平但是当我点击任何菜单项时

它会垂直向下直到页面加载后它来了实际位置水平我认为在页面初始化时绑定控件我怎么写...

请给我建议

i面对Internet Explorer中的问题。 ....我在aspx上的代码是



i am newie .... i try ...but not detect what 's the problem ? behind its...
When I open the web application It's display horizontal but when i click on any menu items
it's going to vertically when till page load after that its come with actual position "Horizontal" i think bind the control in page init time how can i write...
please give suggest to me
i face the problem in internet explorer .....my code on aspx is

<div id="Navigation">
    
        <asp:Menu ID="mnuNavigation" runat="server" Orientation="Horizontal"  

            EnableTheming="False" 

            StaticEnableDefaultPopOutImage="False" 

            StaticMenuItemStyle-Font-Size="1.2em"

            StaticSubMenuIndent="10px" 

            DynamicHoverStyle-Font-Bold="true" 

            DynamicMenuItemStyle-HorizontalPadding="05px" 

            

            Font-Bold="True" 

            Font-Names="Verdhana" 

            Font-Size="1.0em"  

            StaticHoverStyle-Font-Bold="true" 

            

            BackColor="#5B7942" 

            ForeColor="white"  

            RenderingMode="Default"> 
        
            <dynamichoverstyle font-bold="True">
            Font-Size="1.1em" 
            BackColor="#013116" 
            ForeColor="White" >
            </dynamichoverstyle>
           
            <dynamicmenustyle backcolor="#496A2D" />
            <dynamicselectedstyle backcolor="#B5C7DE" />

            <items>
                <asp:MenuItem Text="Home" Value="Home" NavigateUrl="~/LoginPage.aspx" >
                    <asp:MenuItem Text="Registration" Value="Registration">
                        <asp:MenuItem Text="Parivar Register" Value="Registration" 

                            NavigateUrl="~/ParivarRegistration.aspx">
                        <asp:MenuItem Text="Search User" Value="Search Parivaar Records" 

                            NavigateUrl="~/UserSearch.aspx">
                   
                    <asp:MenuItem Text="Search" Value="Search" Enabled="false" Selectable="False">
                    <asp:MenuItem NavigateUrl="~/SearchParivarRecords.aspx" 

                        Text="Search Parivar Records" Value="Search Parivaar Records">
                    
                
                    <asp:MenuItem Text="Reports" Value="Reports"  Enabled="false" Selectable="true">
                   
                    <asp:MenuItem Text="Show Report " Value="Show Report " 

                        NavigateUrl="~/SearchPRReport.aspx">
                    
                    <asp:MenuItem Text="Show Certificate" Value="Show Certificate" 

                        NavigateUrl="~/SearchPRCertificate.aspx">
                    
                        <asp:MenuItem NavigateUrl="~/SearchPRCard.aspx" Text="Show Card" 

                            Value="Show Card">
                    
                
                    <asp:MenuItem Text="Master" Value="Master" Enabled="false" Selectable="false">
                    <asp:MenuItem Text="State" Value="State" NavigateUrl="~/State.aspx">
                    <asp:MenuItem Text="District" Value="District" NavigateUrl="~/District.aspx">
                   <asp:MenuItem Text="Ward" Value="Ward" NavigateUrl="~/Ward.aspx">
                    <asp:MenuItem Text="Mohalla" Value="Mohalla" NavigateUrl="~/Mohalla.aspx">
                    <asp:MenuItem Text="Sex" Value="New Item" NavigateUrl="~/Sex.aspx">
                    <asp:MenuItem Text="Marital Status" Value="Marital Status" 

                        NavigateUrl="~/MaritalStatus.aspx">
                    <asp:MenuItem Text="Religion" Value="Religion" NavigateUrl="~/Religion.aspx">
                    <asp:MenuItem Text="Qualification" Value="New Item" 

                        NavigateUrl="~/Qualification.aspx">
                    <asp:MenuItem Text="Occupation" Value="New Item" 

                        NavigateUrl="~/Occupation.aspx">
                    
                
                <asp:MenuItem Text="Logout" Value="Logout" Enabled="false"

                    NavigateUrl="~/LoginPage.aspx?logged=OUT">
            </items>


            <staticmenuitemstyle horizontalpadding="5px" />
            <staticmenustyle horizontalpadding="60px"></staticmenustyle>

            <staticselectedstyle backcolor="Black" />
        
</div>







And Css file is....






And Css file is....

#navigation 
{
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 883px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 20px 0px;
}


/* Masthead Styles */
#masthead h1 
{
	/*font-size:35px;
    color: #261;
	font-size:medium;
	width:30px;
	height:35px;
	font-size:medium;
	font-weight:normal;
	font-style:normal;*/
	color: #496A2D;
	display: inline;
	width:30px;
	height:35px;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin:  1px;
	padding: 5px;
	border: 1px solid #708090;
	/*background-color: #8fbc8f;*/
	background-color: #BECFC5;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

推荐答案

see the properties of the menu and update the orientation to horizontal
see the properties of the menu and update the orientation to horizontal


这篇关于菜单控制 - 在设置其水平实际位置之后在运行时垂直显示我设置的...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆