Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/01/2012, 13:10
Avatar de madhatterdef
madhatterdef
 
Fecha de Ingreso: diciembre-2011
Ubicación: argentina
Mensajes: 213
Antigüedad: 12 años, 4 meses
Puntos: 59
Respuesta: Dudas con maquetacion

perdón por la tardanza aquí el código con mis sugerencias
Código:
#cabecera {
    padding: 0px;
    height: 50px;
    border: solid;
    margin-bottom: 5px;
}
#pie {
    margin:0px auto;
    padding: 0px;
    clear: both;
    border: solid 1px;
    margin-top: 5px;
}
#contenedor {
    margin:0px auto;
    padding: 0px;
    width:960px;
    border: solid 1px;
}

#contenedor2 {
    width: 705px;
    margin: auto;
}

#columnaFiltros{
    float:left;
    width:155px;
    background-color:orange;
    padding: 0px;
    height: 376px;/*306px; /* los 6px es por el borde del grafica2*/
    font-family: 'Comic Sans MS', cursive;
    color:#4c4483;
    text-align:left;
    border: solid 1px;
}
        
#contenido{
    float:right;
    width:544px;
    border: solid 1px;
}
#grafica2 {
    width:544px;
    height: 300px;
    vertical-align: middle;
}

#grafica3 {
    position: relative;
    margin: 10px 10px 10px 10px;
    padding: 0px;
    }

        
#votacion{
    clear:both;
    margin: 0px;
    padding: 0px;
    width:544px;
    height: 70px;
    border: solid 1 px;
}
__________________
PD gracias por el karma