Ver Mensaje Individual
  #10 (permalink)  
Antiguo 14/03/2013, 15:33
Montes28
 
Fecha de Ingreso: septiembre-2010
Mensajes: 1.853
Antigüedad: 13 años, 7 meses
Puntos: 6
Respuesta: problema para imprimir columnas flotantes

hice lo que me indicaste pero no me funciona, que estoy haciendo mal?

Código CSS:
Ver original
  1. #div-1a {
  2.     float:left;
  3.     width:80%;
  4.     /*width:700px;*/
  5.     }
  6.     #div-1b {
  7.     float:left;
  8.     width:10%;
  9.     /*width:80px;*/
  10.     }#div-1c {
  11.     float:left;
  12.     width:10%;
  13.    /* width:80px;*/
  14.     }

<table width="100%" class="table table-bordered table-hover">