[jQuery] Re: hover effect for input type=image (beginner question)

2008-02-14 Thread andrea varnier
On 14 Feb, 15:26, Michael Schwarz [EMAIL PROTECTED] wrote: Hi everybody, hi :) A) change src=/img/btn_search.gif into src=/img/btn_search_hover.gif onMouseOver and back onMouseOut $('.hoverThis').hover(function(){ $(this).attr('src', '/img/btn_search_hover.gif'); }, function(){

[jQuery] Re: hover effect for input type=image (beginner question)

2008-02-14 Thread Michael Schwarz
Hi Andrea, hi :) Thanks alot! hope this helps :) It does help so much, as well as your explanation! I'll now try to make that hover function more generic 'cause I have more than one input button per page Michael