View Single Post
  #5 (permalink)  
Old 02-15-10, 06:52 AM
CodeRobber's Avatar
CodeRobber CodeRobber is offline
Newbie Coder
 
Join Date: Feb 2010
Location: Leicestershire UK
Posts: 19
Thanks: 0
Thanked 2 Times in 2 Posts
definitely use the image tag - simply give each image input tab a unique name - the image is then simply the src="". Also if you are thinking of making these "mouse-over-able" simply use the js term onmouseover="this.src='whateverover.jpg'" and onmouseout="this.src='whateverup.jpg'". A good little tutorial to follow is this one.

Creating Image Submit Buttons in HTML

Cheers
Reply With Quote