Salve a tutti!
Ho sempre problemi con IE e come mai non mi funziona questo script?Cosa sbaglio?
$.noConflict();
jQuery(document).ready(function($) {
$(".slogan img").fadeTo("slow", 0.3);
$(".slogan img").hover(function(){
$(this).fadeTo("slow", 1.0);
},function(){
$(this).fadeTo("slow", 0.3);
});
});
Grazie anticipatamente!