<input type="image"value="Delete" title="Delete" name="cmd_delete" src="bin/images/common/delete.png"/>
The above HTML code is for a Delete button in my application. The problem is that this button does not work in Firefox 4 but works in other browsers. Please how can I fix this.
You could use
<button name="cmd_delete" value=""><img src=".."/></button>instead of input.