togli .style
var larghezza=document.getElementById("editor").width;
larghezza=parseInt(larghezza);
if (opzione==1){
larghezza=larghezza+10;
}else{larghezza=larghezza-10;}
larghezza=larghezza+"px";
document.getElementById("editor").width=larghezza;
togli .style
var larghezza=document.getElementById("editor").width;
larghezza=parseInt(larghezza);
if (opzione==1){
larghezza=larghezza+10;
}else{larghezza=larghezza-10;}
larghezza=larghezza+"px";
document.getElementById("editor").width=larghezza;