Link to home
Start Free TrialLog in
Avatar of JOHNFROG
JOHNFROG

asked on

Modal popup background dims in IE but not for other browsers. ie Background turns full grey in chrome.

Why does my AJAX modal popup only work properly in IE. I want to keep the effect of dimming the background with an opacity factor but chrome & firefox always just grey out the entire background. Is there something I am not doing?
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity = 0.7;
}

Open in new window

Avatar of JOHNFROG
JOHNFROG

ASKER

btw I am using masterpages if that makes any difference.
ASKER CERTIFIED SOLUTION
Avatar of JOHNFROG
JOHNFROG

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial