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