tengo el siguiente input:
<input type="submit" alt="Borrar" name="Borrar" value="proba" />
por CSS convierto este boton en imagen:
ul li input{
background: transparent;
border: 0px;
background-image: url(images/delete.gif);
background-repeat: no-repeat;
margin: 0px 0px 0px 0px;
padding-right: 10px;
padding-bottom: 14px;
vertical-align: top;
cursor: pointer;
font-size:0px;
}
y no consigo ver el contenido de la etiqueta ALT en el navegardor...
Alguien sabe como puedo hacerlo? Si utilizo alguna funcion Javascript, seguirá siendo accesible?
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)