07/07/2011, 12:40
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 15
Antigüedad: 13 años, 11 meses Puntos: 0 | |
Respuesta: Emular una tabla con divs y css perdon, este es el css:
.DivDiente{
border: 1px solid #8BAEB4;
float:left;
background-color:white;
margin:5px;
width: 30px;
height: 33px;
}
.DivDienteG{
border: 1px solid #8BAEB4;
background-color:white;
margin:10px;
width: 100px;
height: 100px;
}
.top,.topG{
width: 100%;
height: 30%;
border-bottom: 1px solid #8BAEB4;
}
.left,.leftG{
width: 33%;
height: 40%;
border-right: 1px solid #8BAEB4;
}
.center,.centerG{
width: 34%;
height: 40%;
}
.rigth,.rigthG{
width: 33%;
height: 40%;
border-left: 1px solid #8BAEB4;
}
.bottom,.bottomG{
width: 100%;
height: 30%;
border-top: 1px solid #8BAEB4;
}
eso le puse a lod divs |