Opss... con firefox non funziona..perchè?
<script type="text/javascript">
i=12;
function piu(){
i++;
testo.style.fontSize = ''+i+'px';
}
function meno(){
i--;
testo.style.fontSize = ''+i+'px';
}
</script>
Opss... con firefox non funziona..perchè?
<script type="text/javascript">
i=12;
function piu(){
i++;
testo.style.fontSize = ''+i+'px';
}
function meno(){
i--;
testo.style.fontSize = ''+i+'px';
}
</script>