ASP 2.0 menu

Weste

Newcomer
Joined
Feb 4, 2005
Messages
14
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>
 
Back
Top