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

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

    add *border:none this removes the border for IE6 and IE7, but keeps it for the other browsers

提交回复
热议问题