i think the images are not getting reloaded.
the problem is i cannot specify width+height in the img tag becos I need to do something in my javascript based on the actual dimensions. Now since I dont specify the dimensions, space is allocated when the page is loaded for all my images(10 in a row).Now when the page has been loaded, the onload function gets called where I check the dimensions, do something according to my requirements, AND then I change the dimensions. This is the cause for the flicker......
You mentioned adding an extra attribute, I am not quite sure if that will work either. Reason, I need to change the dimensions of ALL my images, and change the src attribute of ANY image that has a dimension 1-pixel.
Regards