Re: Dynam. created img displays in Firefox, but not IE -
05-20-2008
, 11:59 AM
Ok, I've found a solution. In my original code, I thought I should
set the "width" and "height" of the created img to reflect the width &
height of the img element I was copying from. I tried removing those
assignments, and that made it work. It almost seems like IE doesn't
know what the width & height of the image is until after it's
rendered, even if the image is preloaded.
Can anyone provide any more background to this? |