Ver Mensaje Individual
  #11 (permalink)  
Antiguo 04/08/2009, 12:35
Nathan_1979
 
Fecha de Ingreso: mayo-2007
Mensajes: 348
Antigüedad: 17 años
Puntos: 9
Respuesta: IE7 y el overflow.....

Gracias por el ZIP ; )

Código css:
Ver original
  1. /*-------------------------------------
  2. LAYOUT
  3. -------------------------------------*/
  4. .container{width:840px;margin-top:14px;}
  5. .iniheader{background:#fff url("../media/custom/header-top.gif") no-repeat top center;width:840px;height:10px;}
  6. .finheader{background:transparent url("../media/custom/header-bot.png") no-repeat top center;width:840px;height:10px;}
  7. .header{background:#fff url("../media/custom/header-content.gif") repeat-x;overflow:hidden;padding:0 30px;}
  8. .header .colizq{display:inline;float:left;padding-top:10px;width:420px;}
  9. .header .colder{display:inline;float:right;padding-top:10px;width:320px;}
  10. /*-----------CAJAS--------------------*/
  11. .topcajasimple{background:transparent url("../media/custom/cajasimple-top.png") no-repeat top center;margin-top:14px;height:52px;float:left;width:100%;}
  12. .cajasimple{background:#fff url("../media/custom/fondo-cajasimple.png") repeat-y 0 0;float:left; width:100%; overflow:hidden;padding-bottom:10px;}
  13. .bottomcajasimple{background:transparent url("../media/custom/cajasimple-bottom.gif") no-repeat top center;height:10px; float:left;width:100%;}
  14.  
  15. .articulo{
  16. display:inline;
  17. float:left;
  18. width:100px;
  19. margin:10px 15px 0 10px;
  20.  
  21.  
  22. }
  23. .articulo strong{
  24.   color:#436C9A;
  25.   display:block;
  26. }

Un saludo.

Última edición por Nathan_1979; 04/08/2009 a las 12:42