The entire ajax control toolkit is poorly written (is it even maintained anymore?).
If you want a modal look to jQuery UI, or Twitter Bootstrap has a nice modal too... or just roll your own. It's an easy concept, you create a partially transparent div over all ur content then u put another div (or element of some kind) over the top of that.
My2ndLovE
Besides, any way to freeze the background when popup panel is display?
Set the position to "fixed" (not static, or position, or relative). It is then fixed to the viewport. Doesn't work in some IEs, i think 7 and down.
-- Sam Critchley
"Wise man say 'forgiveness is divine, but never pay full price for late pizza." - TMNT
worldspawn[]
Contributor
6081 Points
1336 Posts
Re: Modalpopupextender not working properly in IE9
Feb 24, 2012 11:55 PM|LINK
The entire ajax control toolkit is poorly written (is it even maintained anymore?).
If you want a modal look to jQuery UI, or Twitter Bootstrap has a nice modal too... or just roll your own. It's an easy concept, you create a partially transparent div over all ur content then u put another div (or element of some kind) over the top of that.
Set the position to "fixed" (not static, or position, or relative). It is then fixed to the viewport. Doesn't work in some IEs, i think 7 and down.
"Wise man say 'forgiveness is divine, but never pay full price for late pizza." - TMNT
software development