Hello,
1. Try to use the next CSS rules:
Code: |
.yuimenu UL UL LI A
{
background-color: red !important;
}
.yuimenu UL UL LI A:hover
{
background-color: yellow !important;
}
|
2. It doesn't look like a "ARI YUI Menu" issue. This problem with site templates HTML layout and styles (menus are located in elements which have absolute position). IE 7 calculates z-index in another way than other browsers for elements with absolute position. We can recommend to use IEDevToolbar addon for IE to investigate this problem.
Regards,
ARI Soft