Hello,
Please have a look at
http://www.itsogood.be/Default.aspx?lg=FR The code for the main navigation menu is:
<eo:Menu ID="mnuNavigation" runat="server">
<LookItems>
<eo:MenuItem IsSeparator="True" ItemID="_Separator"
NormalStyle-CssText="color: #000000">
</eo:MenuItem>
<eo:MenuItem ItemID="_Default"
NormalStyle-CssText="background-color:white;color:#FF00FF;font-size:16px;font-weight:bold;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px; cursor: hand;"
HoverStyle-CssText="background-color:#FFFFFF;color:#800080;font-size:16px;font-weight:bold;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px; cursor: hand;">
</eo:MenuItem>
</LookItems>
</eo:Menu>
(Menuitems are dynamically added using code behind).
I have 2 problems withs this menu:
1) I can't make the 1st level submenu look the same as the top level of the 2nd level (tried the change _Default lookitem of Sub Menu, tried changing TopGroup and TopLevelItem (which by the way confuse me a lot), without succeeding.
What am I doing wrong ?
2) I can't make the submenuicon appear for the top level.
Please help !
Best Regards,
Alexis