Fix:
use a settimeout to call your resize code..
see my demo.
it resize3 fine in NS now.
 
the code..
 
DynAPI.onResize=function(){
 setTimeout("doResize(true);",100);                        //'layout on resize' function
 setTimeout("ShowPage("+PageIndex+");",200);    //re-loads the HTML in my HTML frame
}
 
 

Reply via email to