Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/06/2013, 03:02
Avatar de seoista
seoista
 
Fecha de Ingreso: septiembre-2003
Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 20 años, 8 meses
Puntos: 59
Respuesta: Div y tamaños

Cita:
Iniciado por arcanisgk122 Ver Mensaje
El CSS que tengo es este
Código CSS:
Ver original
  1. .1per {width:1000px;}
  2. .lf {float:left;}
  3. .lc {clear:both;}
  4. .rizq{width:20%;}
  5. .rcen{width:60%; font-size:14px;}
  6. .rder{width:20%;}
Los identificadores no pueden empezar por números.

Cambialo así:
Cita:
.per1 {width:1000px;}
.lf {float:left;}
.lc {clear:both;}
.rizq{width:20%;}
.rcen{width:60%; font-size:14px;}
.rder{width:20%;}
Saludos.
__________________
· No contesto por M.P.