Hi all
Very good morning.
today my query is simple I have find solution many times but I just forgot...
I have an popup (div which I set visible true on dropdown change event)
when that popup get visible I want to disable my background page.
It will be happening in ff but not in IE...
what is the solution ...?
I have used this css to background
.modalBackground
{
filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
width: 100%; height: 100%;
width: 100%; height: 100%;
position: absolute;
z-index: 100001;
top: 0px; left: 0px;
}
Happy Programming!!
Rohi