opacity issue with ie6
-
i have a div and style .modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; } . This is for when loading a popup , disabling the background. but in IE6 all the dropdowns are enabled, What i can do for this Thanks in Advance Rk
-
i have a div and style .modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; } . This is for when loading a popup , disabling the background. but in IE6 all the dropdowns are enabled, What i can do for this Thanks in Advance Rk
{
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";}
http://www.quirksmode.org/css/opacity.html[^]
Maulik Bhojani Software Developer
-
{
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";}
http://www.quirksmode.org/css/opacity.html[^]
Maulik Bhojani Software Developer
Still the dropdowns are enabled when the popup appears
-
i have a div and style .modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; } . This is for when loading a popup , disabling the background. but in IE6 all the dropdowns are enabled, What i can do for this Thanks in Advance Rk
This is a well-known bug in IE6 and earlier. A search for "ie6 select z-index" will give you more information and possible workarounds. If you're using jQuery, you might want to look at the bgiframe plugin[^].
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer