Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

54
votes
9answers
196k 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 ...
-1
votes
2answers
3k views

Input button image - not work in Chrome & Safari?

I have the following code in my index.html <li> <select name="cmbtype" style="display:none" id="cmbtype" onChange="Changetype()"> <option value="0"> <input type="image" ...