Hey there guys,
I am developing a site based all around photos. Some areas of this site require calculations based on image dimensions in order to work correctly. What i have found is that document ready is firing too early and my gui is behaving erratically as a result.
I removed the document ready function and replaced it with the good 'ol window.onload function, since, if i read correctly, this function does not fire until images are fully loaded.
My question is, will this cause any problems? And are there any other solutions that i have missed perhaps?
Thanks for the help guys!!