Quicktips bug with changing height due to img load
Quicktips bug with changing height due to img load
There appears to be a bug senario with Quicktips on IE where if there is an IMG that doesn't have a specified width/height attribute, the box will resize after IMG load, but the box position and shadow doesn't re-sync. I've seen this in IE7 with the latest final release. Works fine in Firefox and Opera.
I think this has been brought up before. If I remember correctly the problem is that IE doesn't get the image loaded in time to determine the container size. Since the size isn't known, the container dimensions aren't correct. I think the only solution is to specify the image size.