The trick is to make all sub-elements of the div non-transparent. Do the submenu id the way you've already got it, but create another CSS selector like this:
#submenu * {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
}
The star is a wildcard that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.