There will be 2 Parts for this: 1. Css .hover { backgroundImage: "image 2 URL"; } 2. JQuery $( divId ).hover( function() { $( this ).addClass( "hover" ); }, function() { $( this ).removeClass( "hover" ); } );
A
AbuNav
@AbuNav
There will be 2 Parts for this: 1. Css .hover { backgroundImage: "image 2 URL"; } 2. JQuery $( divId ).hover( function() { $( this ).addClass( "hover" ); }, function() { $( this ).removeClass( "hover" ); } );