So in IE7 I'm getting my 'load' function firing before my 'domready'
function.

When you load the page it loads up a bunch of thumbnail images and
then when they are all loaded--window.addEvent('load')--I do some
things to the interface using variables from my domready function.

Works great the first time, but if I hit refresh (images are all
cashed) IE fires load before domready--and of course the other browser
behave as expected.

Any tips on how to avoid this, or force an order or something?

Thanks!

Reply via email to