I have an absolutely positioned input box in a form. The input box has transparent background:
.form-page input[type=
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