html:button按钮背景图片设置

     W3c没有给出button背景图片的属性标准。但我们可以通过background-size:350px 100px;这两个值来控制背景图片【也可以用像素百分比%来控制】,然后通过background-color: transparent;设置背景色为透明,即可达到给button添加背景图片的效果

你可能感兴趣的:(html:button按钮背景图片设置)