Closed (won't fix)
Project:
Nice Menus
Version:
6.x-2.x-dev
Component:
CSS
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2009 at 13:24 UTC
Updated:
18 Mar 2009 at 15:22 UTC
I use opacity feature for each element of Menu and this works fine with for any browser except IE.
In my custom css i've added
ul.nice-menu li ,
#header-region ul.nice-menu li
{
opacity: .95; <----- THIS WORKS GREAT
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); <---- THIS DOESN"T
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";<---- THIS DOESN"T
filter: alpha(opacity=90);<---- THIS DOESN"T
}
behaviour on IE is that I can't see opacity and I can't open submenus.
Comments
Comment #1
add1sun commentedI myself have not messed with opacity in IE. This is a better question for wider theming support areas than Nice menus per se.