Hy there. What I\'m trying is this:
$(document).ready(function() { $(\'.wrapper\').hover(function() { $(\'.image\', this).animate({width:\"110%\",opacity:\"0
$('.image').hover( function() { $(".rollOver", this).fadeIn(); }, function() { $(".rollOver", this).fadeOut(); } );
You need this code. Check full demo here "http://jsfiddle.net/SaurabhGhewari/oLrpL3wy/3/"