Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...