Hi
Issue: IE 7/Win XP
Works for FF2.0/Win XP
I am loading bunch of images on web page, I am in need of img.height property but it is coming as 0 for the Internet Explorer 7. It works as expected for FireFox 2.0 and am I not sure how can I resolve the same. I am preloading the images as well but it is of no use. I am providing window.setTimeo ut for giving time for image to load but that does not help either. The
img.complete comes as false, while img.readystate == "complete" comes as true.
Any help would be appreciated.
Issue: IE 7/Win XP
Works for FF2.0/Win XP
I am loading bunch of images on web page, I am in need of img.height property but it is coming as 0 for the Internet Explorer 7. It works as expected for FireFox 2.0 and am I not sure how can I resolve the same. I am preloading the images as well but it is of no use. I am providing window.setTimeo ut for giving time for image to load but that does not help either. The
img.complete comes as false, while img.readystate == "complete" comes as true.
Any help would be appreciated.
Comment