Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/12/2003, 06:04
Avatar de homer
homer
 
Fecha de Ingreso: marzo-2003
Ubicación: Madrid
Mensajes: 40
Antigüedad: 21 años, 2 meses
Puntos: 0
Hola, deberías de cambiar tu función por:

function tt(size){
if(size==75)
document.getElementById("tt").style.fontSize="7.5p t";
if(size==95)
document.getElementById("tt").style.fontSize="9.5p t";
if(size==125)
document.getElementById("tt").style.fontSize="12.5 pt";
}

Un saludo.