[英] HTML / CSS How to add image icon to input type="button"?
我正在使用下面的CSS,但它会在按钮的中心放置一个图像.有没有办法用<input type="button">
左对齐或右对齐图标,这样文本和图像就能很好地匹配和对齐?
background: url('/common/assets/images/icons/16x16/add.png');
background-position:center;
background-repeat:no-repeat;