submit buttons as images + rollover


/ Published in: JavaScript
Save to your folder(s)

replace submit buttons with nice images and does also the rollover. Easy.


Copy this code and paste it in your HTML
  1. <input type="image" name="basic_search" id="basic_search" value="find" src="../images/buttons/find.gif" onmouseover="this.src='../images/buttons/find-over.gif'" onmouseout="this.src='../images/buttons/find.gif'">

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.