html:
<input type="image" />
css:
input[type="image"]
{ border:0;
border-color:transparent;
background:transparent;
width:150px;
outline:none;
}
i don't want to use src="img url", i want to use background:(url) i have added border:0 but still border is coming in chrome
JSFiddle > http://jsfiddle.net/akash4pj/PYKfr/1/