I've been trying to set the background opacity of my sub-menu to 70% using the following CSS:
.ux-menu ul {
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
The problem is, it affects everything in the sub-menu. How can I change my sub-menu background opacity without it affecting the text, hover background, hover text and so on?
www.vancouver-guitar-lessons.com/
I've searched the forum and the code in the other posts I've found turn the sub-menu background completely transparent.