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

后端 未结 18 1881
南笙
南笙 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:38

    if you dont want to add a wrapper to the input / button then try doing this. As this is invalid CSS then make sre its for IE only. Have the border as per for other browsers but use the filter:chroma for IE...

    
    

    worked for me.

提交回复
热议问题