如何给button按钮加背景图片的css代码
当只使用background-image属性时,图片无法显示,原因是因为没有把button的background-color设为透明。
<input name="Submit" type="button" value=""
style="border-style:none;background-color: Transparent;
background-image:url(images/zhaoxi.org.gif);width:168px;height:20px;
vertical-align:middle;"