ciao a tutti... io vorrei che lo sfondo di un td cambi colore autonomamente dopo un secondo... ci sono dei suggerimenti?
io ho provato
Codice PHP:function td_color_bg()
{
document.getElementById("tdnumerotot").style.backgroundColor="FFFFFF";
}
setTimeout ("td_color_bg()", 1000);

Rispondi quotando