Does this happen when testing locally or on a server? And I mean an actual webserver, not just XAMPP/MAMP/IIS/etc. :)
On Feb 15, 10:59 pm, rpflo <rpflore...@gmail.com> wrote: > 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!