Monday, July 13, 2009

jquerry effect image

using effect for image1 download jquerry at http://docs.jquery.com/Downloading_jQuery2 $(document).ready(function(){ $(".imagesclass").click(function () { $(".imagesclass").fadeOut("slow"); }); });or$(document).ready(function(){$(".fadeOver").hover(function(){$(this).fadeTo("fa st", 0.6);},function(){$(this).fadeTo("fast", 1);});});call function3. in tag bodyimg src= url here

No comments:

Post a Comment