Hola saben como puedo hacer funcionar esto enexplorer 7
Código:
$(document).ready(function() {
$('#em').hover(function(){
$('#img_2').fadeIn("fast")
});
$('#em').mouseleave(function(){
$('#img_2').fadeOut("fast")
});
});
No me respeta el hover, hace como muchas intermitencias