Hi Andy, tnx for your reply, the animation hover the thumbs it's very simple:
$('.img_in li').hover(function() { var img = $(this).attr('title') $('#'+img).stop().animate({ padding:'10px', height : '124px', width: '179px', opacity: 0.8 }, 150); }, function(){ var img = $(this).attr('title') $('#'+img).stop().animate({ padding:'0px', height : '139px', width: '200px', opacity: 1 }, 150); }); here it is. regards Diego On 28 Ott, 21:07, diego <[EMAIL PROTECTED]> wrote: > Hi Validatorian,tnx for your reply, the loader it's just there, but > maybe it's too dark to see it, i'm going to change it. :) > > Regards > > Diego > > On 28 Ott, 20:43, Validatorian <[EMAIL PROTECTED]> wrote: > > > Hi Diego, > > > I think it's a nice plugin (just tested it, didn't look at code) > > > I think it might be better if you showed some "loading" indicator > > somehow, while it's waiting to load the large images. > > > Other than than, good job on your first plugin! > > > On Oct 28, 12:04 pm, diego <[EMAIL PROTECTED]> wrote: > > > > Hi all, i'm going to finish my first plugin, i'm not exactly a > > > programmer.. just a webdesigner with aptitude for programming, > > > especially with jquery :) > > > I would like your opinion about this plugin, and some advices to make > > > it work better. > > > > here it's a simple demo page.. > > > >http://www.pirolab.it/piro_09/pirobox.html > > > > Here again an example associated with a web page complete > > > >http://www.pirolab.it/piro_09/index2.html > > > > in the end, my code.. > > > >http://www.pirolab.it/piro_09/js/pirobox.js > > > > TNX to all. > > > > Diego Valobra > >