Input boxes with transparent background are not clickable in IE8

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

    Had the similar issue -> IE8 textbox was not editable (when wrapper of my App has position:absolute). Click worked only in the border. Filled with color and transparent also did not work. With the following doctype change the issue is fixed.

    
    

    Source : http://www.codingforums.com/showthread.php?p=1173375#post1173375

提交回复
热议问题