View Full Version : input type=button + rollover
jeorg
12-04-2002, 07:05 AM
Hi !
I am looking for a script to do a rollover on an input type= button, working with all last browsers
thank_you
glenngv
12-04-2002, 07:18 AM
more details please...
jeorg
12-04-2002, 08:59 AM
?
just : how can you do a rollover on an input type imageButton
glenngv
12-04-2002, 09:10 AM
input type=button or input type=image?
If you want someone to answer your post, you should be clear on what you want to accomplish
you may want to read the posting guidelines (http://codingforums.com/showthread.php?s=&threadid=2090)
jeorg
12-04-2002, 09:44 AM
sorry
I am looking for a script to do a rollover on an input type= image, working with all last browsers
thank you
glenngv
12-04-2002, 09:49 AM
<input type="image" src="img1.jpg" onmouseover="this.src='img2.jpg'" onmouseout="this.src='img1.gif'">
jeorg
12-04-2002, 10:46 AM
that's all?
perfect
thank you !!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.