Forse caca-IE ha problemi ad interpretare questo:

codice:
pulsanti.item(i).removeAttribute('class')
Si può anche scrivere come segue, anche se ovviamente è molto meno elegante ( IE ):

codice:
pulsanti.item(i).className = ''