jimmyshoes
Programmer
i want to create some nice looking buttons!
Is it a bad idea to use images for buttons
For example
Is it better to style <input type="submit"> ?
Is it a bad idea to use images for buttons
For example
Code:
<a href="somefile.html" onclick="document.myform.submit();return false;"
><img alt="Submit" src="submit.gif"></a>
Is it better to style <input type="submit"> ?