Ver Mensaje Individual
  #9 (permalink)  
Antiguo 15/02/2011, 10:59
Avatar de buzu
buzu
 
Fecha de Ingreso: octubre-2006
Ubicación: San Francisco, CA
Mensajes: 2.168
Antigüedad: 18 años, 2 meses
Puntos: 122
Respuesta: cambiar valor de width

Prueva con:

Código Javascript:
Ver original
  1. if (screen.width<1024){
  2.    document.write ("Pequeña")
  3. }elseif (screen.width<1280){
  4.    document.write ("Mediana")
  5. }else{
  6.    var tit=document.getElementById('header');
  7.    tit.style.width ='50%';
  8. }


Acostumbrate a usar siempre las llaves ({}), es mucho mejor.
__________________
twitter: @imbuzu