I'm looking for a way to make semi-transparent form elements in HTML.
I know that CSS3 has the lovely background-color:rgba(r,g,b,a) option, and equally using a semi-transparent .png as a background image usually works, however I can't get it to work for the element.
I'm mainly targeting modern browsers (IE9 and updated versions of FF/Chrome/Safari), and I'm not too fussed for the solution to be backwards-compatible (degrading to a solid color is fine). Even a solution that works in some of these would be acceptable, especially if it's expected that future versions of the other browsers will support it (I'm looking at you IE!).