Ver Mensaje Individual
  #9 (permalink)  
Antiguo 30/08/2012, 19:23
Avatar de soy_nicanor
soy_nicanor
 
Fecha de Ingreso: mayo-2010
Mensajes: 374
Antigüedad: 14 años
Puntos: 3
Respuesta: Tamaño absoluto y relativo

Otro problema es esto

Código CSS:
Ver original
  1. <style type="text/css">
  2. .header
  3. {
  4.     background-color:#FFFF00;
  5.     border:solid 1px #000000;
  6.     width:30%;
  7.     height: auto;
  8.     text-align: center;
  9. }
  10. .contenido
  11. {
  12.     background:#CCCCCC;
  13.     width:950px;
  14.     height: auto;
  15. }
  16. </style>



Por favor ayudenme

de antemano gracias por la ayuda