Crear un hover animado con jQuery El 02-10-2008 19:38 en aNieto2K por aNieto2k Timothy van Sas nos muestra una interesante y vistosa forma de animar los eventos hover en imagenes. Para ello hace uso de jQuery y el método hover(). jQuery $(function() { $('ul.hover_block li').hover(function(){ $(this).find('img').animate({top:'182px'},{queue:false,duration:500}); ... referencias | permalink | etiquetas
|