Hello,
I am sorry to ask this kind of questions but I can't find the right parameter to configure a 3rd navigation level to the "RoundCorners" build in template. It should work like the second level because it has the same inheritance. But it looks different and changes the formatting of the second level entries, too ("Financial Services" is some picel to much right).
Please could someone help me out under "Financial Services".
Thank you in advanced.
Regards Johan
Quote:
<!-- Move the register derective below to the top of the page and delete this comment line if you paste this into another page. -->
<%@ Register TagPrefix="eo" Namespace="EO.Web" Assembly="EO.Web" %>
<!-- Control Definition -->
<eo:Menu runat="server" ControlSkinID="None" Width="200px"><LookItems>
<eo:MenuItem ItemID="_TopGroup"></eo:MenuItem>
<eo:MenuItem LeftIcon-Url="00000300" LeftIcon-HoverUrl="00000304" RightIcon-Url="00000300" RightIcon-HoverUrl="00000305" Image-Mode="TextBackground" Image-Url="00000300" Image-HoverUrl="00000306" ItemID="_TopLevelItem">
<SubMenu OffsetX="0" OffsetY="-6" ShadowDepth="0" Style-CssText="font-size: 12px; cursor: hand; font-family: arial; background-color: #f7f7f7;"></SubMenu>
</eo:MenuItem>
<eo:MenuItem IsSeparator="True" ItemID="_Separator"></eo:MenuItem>
<eo:MenuItem Text-Padding-Left="7" Text-Padding-Right="20" Height="23" NormalStyle-CssText="border-right: #dfdfdf 1px solid; border-left: #dfdfdf 1px solid; color: #333333" HoverStyle-CssText="background-color:#dddddd;border-left-color:#dfdfdf;border-left-style:solid;border-left-width:1px;border-right-color:#dfdfdf;border-right-style:solid;border-right-width:1px;color:#C00000;" ItemID="_Default"></eo:MenuItem>
<eo:MenuItem LeftIcon-Url="00000313" RightIcon-Url="00000315" Image-Mode="TextBackground" Image-Url="00000314" ItemID="separator"></eo:MenuItem>
<eo:MenuItem LeftIcon-Url="00000310" RightIcon-Url="00000311" Image-Mode="TextBackground" Image-Url="00000312" ItemID="submenu_bottom"></eo:MenuItem>
<eo:MenuItem LeftIcon-Url="00000308" RightIcon-Url="00000309" Image-Mode="TextBackground" Image-Url="00000307" ItemID="submenu_top"></eo:MenuItem>
</LookItems>
<TopGroup ItemSpacing="1" Style-CssText="border-left-width: 1px; font-size: 12px; border-left-color: #e0e0e0; background-image: url(00000300); padding-bottom: 0px; cursor: hand; color: #555555; padding-top: 0px; font-family: arial"><Items>
<eo:MenuItem Image-Url="00000301" Text-Html="(" LookID="None"></eo:MenuItem>
<eo:MenuItem Text-Html="SOLUTIONS">
<SubMenu><Items>
<eo:MenuItem Text-Html="" LookID="submenu_top" ItemID="top_border"></eo:MenuItem>
<eo:MenuItem Text-Html="Financial Services">
<SubMenu><Items>
<eo:MenuItem Text-Html="submenu_top" LookID="submenu_top"></eo:MenuItem>
<eo:MenuItem Text-Html="Level3 Entry1"></eo:MenuItem>
<eo:MenuItem Text-Html="Level3 Entry2"></eo:MenuItem>
<eo:MenuItem Text-Html="submenu_bottom" LookID="submenu_bottom"></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem Text-Html="Government"></eo:MenuItem>
<eo:MenuItem Text-Html="" LookID="separator" ItemID="separator"></eo:MenuItem>
<eo:MenuItem Text-Html="Training and eLearning"></eo:MenuItem>
<eo:MenuItem Text-Html="Web Publishing"></eo:MenuItem>
<eo:MenuItem Text-Html="" LookID="submenu_bottom" ItemID="bottom_border"></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem Image-Url="00000303" Text-Html="|" LookID="None"></eo:MenuItem>
<eo:MenuItem Text-Html="COMPANY">
<SubMenu><Items>
<eo:MenuItem Text-Html="" LookID="submenu_top" ItemID="top_border"></eo:MenuItem>
<eo:MenuItem Text-Html="Support Home"></eo:MenuItem>
<eo:MenuItem Text-Html="Training"></eo:MenuItem>
<eo:MenuItem Text-Html="" LookID="submenu_bottom" ItemID="bottom_border"></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem Image-Url="Blank" Text-Html="-" LookID="None" Width="50"></eo:MenuItem>
<eo:MenuItem Image-Url="00000302" Text-Html=")" LookID="None"></eo:MenuItem>
</Items>
</TopGroup>
<DesignOptions ApplicationRoot="/"></DesignOptions>
</eo:Menu>