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