[jQuery] problem with fadein() and image sizes in IE

2008-12-24 Thread Paddy Joy
Hope someone can help out here, I'm new to jquery and can't figure out what I have done wrong here. The following code works ok in FF and IE, it is a function that appends an image to a div and sets the width/height of that image. function showImage(src,divid,width) { var myImage = new Image();

[jQuery] problem with fadein() and image sizes in IE

2008-12-24 Thread Paddy Joy
Hope someone can help out here, I'm new to jquery and can't figure out what I have done wrong here. The following code works ok in FF and IE, it is a function that appends an image to a div and sets the width/height of that image. function showImage(src,divid,width) { var myImage = new Image();