Input boxes with transparent background are not clickable in IE8

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

    As bobince observed, it's an IE7 bug. I've sometimes found it convenient to solve it by adding a value="       ". Use as many non-breaking spaces as required to make the clickable area big enough. Depending on your app, you might need to strip these later.

提交回复
热议问题