ho un problema che non riesco a risolvere...
ho un input submit da trasformare attraverso i css.
codice:
<input type="submit" value="ACCEDI !" class="submitAccedi" />

	form.login input.submitAccedi{
		font-size:0;
		text-indent:-9999px;
		background-image : url(../img/pulsanteAccedi.jpg);
		background-position: left;
		background-repeat: no-repeat;
		width: 99px;
		height: 16px;
		border: 0;
	}
non capisco perchč su IE 6 non sparisce il testo del value ma si sovrappone all'immagine di sfondo.
e' come se ignorasse il text-indent... sapete perchč?
Non riesco nč a trovare un motivo nč a risolvere il problema...