In Site.master, How I do set the height of navigation menu items. I want all the menu items to have equal height and centered text.
<asp:Menu ID="NavigationMenu" runat="server" CssClass="menu" StaticMenuItemStyle-Height="148px" EnableViewState="false" IncludeStyleBlock="false" Orientation="Horizontal"
StaticSelectedStyle-CssClass="selected" >
<Items>
<asp:MenuItem NavigateUrl="~/_UILayer1/AdminAcctInfo.aspx" Text="Admin Profile <br/>Info"/>
<asp:MenuItem NavigateUrl="~/_UILayer1/BUsersAcctInfo.aspx" Text="Business Users <br/>Profile Info"/>
<asp:MenuItem NavigateUrl="~/_UILayer1/FMMPublication.aspx" Text="Publication"/>
</Items>
</asp:Menu>
无论是法定标准还是高标准选择似乎都没有工作。
Thanks Sun