Hello,
maybe someone can help me. I try to change the look of the flyout menu of the Quicklaunch in an WSS 3.0 Application. Now i want to chane the top and bottom borden and want to display images. I know how to do it with divs but this doesn´t work in the shareloint site.
The sharepoint (aspx code looks like this):
<SharePoint:AspMenu id="QuickLaunchMenu" DataSourceId="QuickLaunchSiteMap" runat="server" Orientation="Vertical" StaticDisplayLevels="1" ItemWrap="true" MaximumDynamicDisplayLevels="2" StaticSubMenuIndent="0" SkipLinkText="" width="148px"> <LevelMenuItemStyles> <asp:menuitemstyle CssClass="ms-navheader" /> <asp:menuitemstyle CssClass="ms-navitem" /> </LevelMenuItemStyles>
<LevelSubMenuStyles>
<asp:submenustyle CssClass="ms-navSubMenu1" />
<asp:submenustyle CssClass="ms-navSubMenu2" />
</LevelSubMenuStyles>
<LevelSelectedStyles>
<asp:menuitemstyle CssClass="ms-selectednavheader" />
<asp:menuitemstyle CssClass="ms-selectednav" />
</LevelSelectedStyles>
</SharePoint:AspMenu>
ms-navsubmenu2 is the css class for the Flyout menu. Mybe someone can tell how i can modify the cssclass or where to put the two other div´s with the top and border image the change the flyout menu.
Thanks Maik