Input boxes with transparent background are not clickable in IE8

后端 未结 14 1743
暖寄归人
暖寄归人 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 06:59

    Here is a very simple test case:

    
        
        
        
            


    When running in IE8 - you should see the focus on the underlying textbox instead on the absolutely positioned textbox.

    Our solution was to set both transparent background color and transparent background image:

    
    

提交回复
热议问题