I have a problem with jquery and ie - the code for my webpage is broken down in three parts - script, style and body. the body is just tables of images. All the images have been tagged with a div id that should render them invisible using the jquery hide function. When you load the page all the images appear to load one on top of the other. When all the loading is done they disappear and the page works just fine. It is as if the jquery functions are kicking in after the images are loaded. Is there any way to prevent this. It doesn't happen with safari 4.0.3 or foxfire. although it does happen on an earlier version of safari.
Joe