Hi,
I'm testing my webpages using IE6 XP.
And when I open 2 radwindows, the 2. inactive radwindow has opacity.
In my css I wrote:
but it doesn't work under IE6.
How to fix this?
I'm testing my webpages using IE6 XP.
And when I open 2 radwindows, the 2. inactive radwindow has opacity.
In my css I wrote:
div.radwindow.inactivewindow, div.radwindow.radwindow_MidasBlue.normalwindow.transparentwindow td.corner, div.radwindow.radwindow_MidasBlue.normalwindow.transparentwindow td.titlebar, div.radwindow.radwindow_MidasBlue.transparentwindow td.footercenter |
{ |
opacity: 1.0 !important; /* CSS 3 , opera 9*/ |
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important; /* MSIE */ |
-moz-opacity: 1.0 !important; |
} |
How to fix this?