Greetings, hope all is well.
In the dhtmlMenu toolkit, is it possible to display a different image on the menubar when the menu is open? For example, I would like to display a right triangle icon (>) when the menu item is not open. When the user clicks on the menu item to open/display the menu panel, I want the right triangle icon to change to a triangle that points down (/).
Thanks in advance.
Unfortunately this is not possible, for now opened and closed menu differs only by css class name, there is no cross-browser way to achieve desired behavior without changes in source code.
Hi,
Could you please let me know is there any way to override dhtmlxmenu_dhx_blue.css.
is it possible to override below text-decoration: to none.
div.dhtmlxMenu_dhx_blue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
text-decoration: underline;
}
div.dhtmlxMenu_dhx_blue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.sub_item_text {
text-decoration: underline;
}