[jQuery] Superfish with semi transparent background
Hi,
I try to use Superfish with semi transparent background, making this:
.sf-menu li {
background: #404040;
filter:alpha(opacity=90); /* Internet Explorer */
-moz-opacity:0.90; /* Mozilla 1.6 and below */
opacity: 0.90; /* newer Mozilla and CSS-3 */
}
This in Firefox work, but when hover the link element in level 3, the
backgound change to blank...
In IE 7, the level 3 don't appear!
Without opacity all work!
Can you help me use li opacity?