hi,
when i use the slideShow with fixedHeight = true it doesn't work properly in IE, after a quick debugging I saw that in line 440 :dojo.connect(img, "onload", function().... when the callback is called the width of the img=0 and than _fitImage doesn't do the job. in FF there is no problem and the img.width is correct.
thanks
