Adding an image to submit button using CSS

前端 未结 9 2122
面向向阳花
面向向阳花 2020-12-10 05:34

I\'m attempting to use CSS in order to make a sumbit button containing an image. Here\'s the code:

HTML



        
9条回答
  •  时光说笑
    2020-12-10 06:25

    instead of input type="submit" you can use input type="image"

    use this one line code

    
    

    see DEMO

提交回复
热议问题