<button><img src="/img/sign_up_button.png" alt="Sign Up" /></button>
The versatility of the <button> element is really remarkable, and it works fine in all browsers. I highly recommend anyone currently using <input type="submit"> to change to <button type="submit">
<button><img src="/img/sign_up_button.png" alt="Sign Up" /></button>
The versatility of the <button> element is really remarkable, and it works fine in all browsers. I highly recommend anyone currently using <input type="submit"> to change to <button type="submit">