Input boxes with transparent background are not clickable in IE8

后端 未结 14 1699
暖寄归人
暖寄归人 2020-12-13 06:11

I have an absolutely positioned input box in a form. The input box has transparent background:

.form-page input[type=         


        
相关标签:
14条回答
  • 2020-12-13 07:08
     background-image:url(about:blank);background-color:transparent;
    
    0 讨论(0)
  • 2020-12-13 07:08

    Actually in my case it was like

    text-indent: -9999px 
    

    I used to remove the text, do not do that and it is clickable again.

    0 讨论(0)
提交回复
热议问题