![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
Aquí os escribo el código del input para que veais a ver dónde está el problema.
<input size="15" type="text" value="Clave" onClick="this.value = (this.value == 'Clave') ? '':this.value; this.type = (this.value == 'Clave') ? 'text':'password'; this.style.color = (this.value == 'Clave') ? '#BBBBBB':'000000';" onBlur="this.value = (this.value == '') ? 'Clave':this.value; this.type = (this.value == 'Clave') ? 'text':'password'; this.style.color = (this.value == 'Clave') ? '#BBBBBB':'000000';" id="pass" style="color:#BBBBBB" />
y... Muchas gracias con antelación
![Afirmando](http://static.forosdelweb.com/fdwtheme/images/smilies/afirmar.gif)