Input boxes with transparent background are not clickable in IE8

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

    It may seem strange but you should try explicitly specifying the z-index of the elements involved. This should force the input to render on top of the element with the background color/image applied to it.

提交回复
热议问题