Weste Posted April 7, 2007 Posted April 7, 2007 I am using an ASP 2.0 menu. The menu looks fine in IE6. However, both Netscape and Firefox don't seem to apply the HorizontalPadding. The menu items have no spacing between them in Netscape and Firefox. My code is below. How do I get Netscape and Firefox to put space between the horizontal menu items? Thanks. <asp:Menu ID="Menu2" runat="server" DataSourceID="SiteMapDataSource1" Orientation="Horizontal" MaximumDynamicDisplayLevels="0" style="z-index: 101; left: 302px; position: absolute; top: 91px" CssClass="menu-main" StaticSelectedStyle-CssClass="StaticSelectedStyle"> <StaticMenuStyle HorizontalPadding="5px" Width="300px" /> </asp:Menu> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.