IE dose not use opacity but uses Filter opacity . value applied for IE is different then opacity value for Firefox or other browser .
you may want to add this to your CSS rule and see if it helps with IE
filter: alpha(opacity = 90);
IE dose not use opacity but uses Filter opacity . value applied for IE is different then opacity value for Firefox or other browser .
you may want to add this to your CSS rule and see if it helps with IE
filter: alpha(opacity = 90);