Can I use CSS or Javascript to change the way an HTML submit button displays without changing the input type (or any of it’s HTML)
I need to change the way a button looks from a form that is being served by a web service, but for some reason using the remove and replace method I have used on the other buttons totally breaks the form (it stops submitting properly).
My last chance to get the look of this form right is to be able to replace the button without affecting the HTML of the form. Any ideas?
Styling the input – only for submit ->
input[type=submit]I`ve made a little example. Works perfectly in Chrome.