Ciao.
Sapete dirmi perchč una cosa del genere non funziona con
IE.
La cosa si verifica anche con cellpadding.Codice PHP:
window.onload = function()
{
var t = document.getElementsByTagName('table')[0];
alert(t.getAttribute('cellspacing'));
t.setAttribute('cellspacing','20');
alert(t.getAttribute('cellspacing'));
}
<table cellspacing="10" cellpadding="10">
![]()