Im really hoping someone will know the answer to this. Why does FF4 require 2 clicks to fire the resizeme? Also while playing ive noticed that if i click a seperate image on the second click its grabbing the resize settings that should have been applied on the first click/image. Its fine in FF3, safari, chrome, ie 7 and 8 for sure.
$(document).ready(function(){
$("#slideShow a").click(function() {
var imgTitle = $(this).children('img').attr('title'); // Find the image title
$("#thecap").html(' ' + imgTitle + ' ');
$("#lgImage").attr('src', $(this).children('img').attr('rel'));
$( ".resizeme1" ).aeImageResize({ height: 372 });
});
});
You should try preventing the default a action