is there some way to get the dimensions of an image before it loads on to the page?
if you're wondering why, i need the dimensions for a script that runs at body onLoad but can't use the image.width and image.height properties, because at the time of loading they are undefined.
if you're wondering why, i need the dimensions for a script that runs at body onLoad but can't use the image.width and image.height properties, because at the time of loading they are undefined.