Ciao.
Sapete dirmi perchč una cosa del genere non funziona con
IE.

Codice PHP:
window.onload = function()
{
var 
document.getElementsByTagName('table')[0];
alert(t.getAttribute('cellspacing'));
t.setAttribute('cellspacing','20');
alert(t.getAttribute('cellspacing'));

}
<
table  cellspacing="10" cellpadding="10"
La cosa si verifica anche con cellpadding.