Hi I am trying to fire an event in IE when an image has loaded, using the following code :
var img = $("<img/>") $(img).attr({ 'class': 'image', src: $elem.attr('href'), alt: $elem.text(), style: 'margin-top: -10000px; margin- top:-10000px'}).load(function() { functions.imageLoaded(elem, this)} ) imageLoaded fires in FF, but not in IE Any ideas why ? weepy *...(