Is there a way to simulate the behavior of FireFox with an window.onresize event in IE? Where the event only fires at the end of the onresize method? It appears that doing too many calculations on a layout while resizing the window in IE makes it slow down considerably until it finally makes all the calculations and renders the changes. FireFox works great because it waits until the resizing is done.

Thanks,
Marshall

Reply via email to