Does anyone know how to change the image of the left and right separators in a tabbed menu when hovering (mouse-over) ?
I tried using leftmenuitemselcssclass="MainMenu_Hover_Left" but that doesn’t work, nor does the right J
I cannot find a way to do it…
Here is my html within the ascx file:
<td colspan="2" class="MenuBg"><dnn:MENU
runat="server" id="dnnMENU"
leftseparator=" " rightseparator=" "
userootbreadcrumbarrow="false"
leftseparatorbreadcrumbcssclass="MainMenu_LeftOn"
rightseparatorbreadcrumbcssclass="MainMenu_RightOn"
leftseparatorcssclass="MainMenu_LeftOff"
rightseparatorcssclass="MainMenu_RightOff"
rootmenuitembreadcrumbcssclass="MainMenu_BreadcrumbActive"
rootmenuitemselectedcssclass="MainMenu_Selected"
rootmenuitemcssclass="MainMenu_Normal"
rootmenuitemactivecssclass="MainMenu_Active"
menuitemselcssclass="MainMenu_Hover"
leftmenuitemselcssclass="MainMenu_Hover_Left"
rightseparatormenuitemselcssclass="MainMenu_Hover_Right"
/> </td>