Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/09/2012, 12:41
noruas
 
Fecha de Ingreso: junio-2012
Mensajes: 80
Antigüedad: 11 años, 10 meses
Puntos: 11
Respuesta: Problema con margen y padding CSS fuera de caja

Pues... width:auto ...

Código HTML:
Ver original
  1. </head>
  2.     <div style="width:300px; background-color:#9C3; padding:10px;">
  3.         <div style="margin:10px; padding:10px; width:auto; background-color:#FF9;">
  4.             CAJA INTERNA QUE SE SALE DEL CUADRO
  5.         </div>
  6.     </div>
  7. </body>
  8. </html>