Halli,
input {color:transparent;}
Das ist aber kein gültiges CSS.
transparent ist bei color nicht erlaubt.
transparent ist erlaubt bei
background-color,
border-color,
border-left-color,
border-right-color,
border-top-color,
border-bottom-color,
(wobei das für die letzten 4 Werte nur in den Errata zu CSS2 drinsteht, nicht in CSS2 selbst).
cu,
Robert