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