Tagged Questions
56
votes
9answers
205k views
How to change an input button image using CSS?
So, I can create an input button with an image using
<INPUT type="image" src="/images/Btn.PNG" value="">
But, I can't get the same behavior using CSS. For instance, I've tried
<INPUT ...