Greetings, and many thanks for the wonderful joomla-module!
My problem is to get personalized background arrow for vertical menu as the hover color for the menuitem shows the default arrow a bit way of.
I attached a screenshot to point out the problem. I have tried several CSS-styles, and I manage to change the hover-arrow, but alas, then the arrow shows ONLY in hovering.
Currently the CSS shows the following:
Code: |
.ux-menu-arrow {
background: url("/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/menu-arrow-right.png") no-repeat scroll 0 0 transparent;
height: 8px;
top: 13px;
width: 6px;
}
.ux-menu-link-hover {
background: url("/images/menu-arrow-right-hover.png") no-repeat scroll 0 0 transparent;
}
|
Would appreciate if someone could help.