How to make a submit button display as a link?

后端 未结 8 842
春和景丽
春和景丽 2020-12-03 06:51

This is not working in IE:

.text-button { background: transparent; 
               text-decoration: none; 
               cursor: pointer; }





        
8条回答
  •  萌比男神i
    2020-12-03 07:39

    Try this:

    
    
    

提交回复
热议问题