HTML Input (type=image) not working on Firefox 4

前端 未结 7 2035
说谎
说谎 2020-12-12 06:16

The above HTML code is for

7条回答
  •  臣服心动
    2020-12-12 07:05

    Try:

    
    
    .button{
          background: url('bin/images/common/delete.png') no-repeat top;
    }
    

提交回复
热议问题