I want to change some default menu image in the menu.(ex: breadcrumb.gif for rightarrow, menu_down.gif for downarrow) But I can't find how to make it works if the image I want to used is under skin folder.
It seems images will reference to the \image\ directory.
I try to set PathImage & PathSystemImage attribute to [SKINPTH] but the menu still use \image as the same as it's default value.
What I really want to do is to change the background of the menu text. But I can't find which css or setting can only affect the text only? It seems each text contains three subitems. (the structure looks like: left | text | arrow )
MainMenu_MenuContainer
MainMenu_MenuBar
MainMenu_MenuItem
MainMenu_MenuIcon
MainMenu_SubMenu
MainMenu_MenuBreak
MainMenu_MenuItemSel
MainMenu_MenuArrow
MainMenu_RootMenuArrow
none of these are worked??
And I can't disable the default image also. If I used background image. It will overlap with the default image.
Does anybody know which css is the right one I can used?
ps: I just want to use the default menu object of the DNN.