Any way to remove IEs black border around submit button in active forms?

后端 未结 18 1899
南笙
南笙 2020-11-28 22:57

I am implementing a design that uses custom styled submit-buttons. They are quite simply light grey buttons with a slightly darker outer border:

input.button         


        
18条回答
  •  爱一瞬间的悲伤
    2020-11-28 23:18

    With the sliding doors technique, use two spans inside of the button. And eliminate any formatting on the button in your IE override.

    
    

提交回复
热议问题