ciao e grazie della risposta
tuttavia ho provato come mi hai detto ma non funziona:
function resizeEl(id,t,r,b,l){
if(ns4){
id.clip.left=l;
id.clip.top=t;
id.clip.right=r;
id.clip.bottom=b;
if(r/barwidth>=.8) id.style.backgroundColor='Red';
else if(r/barwidth>=.5) id.style.backgroundColor='OrangeRed';
}

Rispondi quotando