I am currently attempting to disable certain page elements and display an update progress control in my application. In order to achieve this, I have applied a style sheet with the property
filter: alpha(opacity=85);
However, I encountered an error stating "filter is not a recognized CSS property name". Can anyone provide suggestions on how to resolve this issue?
Additionally, could someone offer insight into disabling page elements while displaying an update progress control?