Hola a todos, de antemano gracias a todos , veran estoy diseñando una pagina , pero tengo problemas con las resoluciones de diferentes ordenadores.
Imagen 1:
http://s2.subirimagenes.com/imagen/p...9sin-ttulo.png
en esta el monitor tiene una resolucion de : 1440*900
Imagen 2:
http://s2.subirimagenes.com/imagen/p...2sin-ttulo.png
En esta el monitor tiene una resolucion de : 1024 * 768
El codigo css:
Código CSS:
Ver original*{
margin: 0 auto;
padding: 0 auto;
}
body {
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
#contenedora{
position: absolute;
width: 100%;
min-width: 1100px;
height: 305%;
min-height: 2000px;
margin-top: -1%;
}
/*------------- Empresas -------------*/
#empresas{
position: absolute;
width: 100%;
height: 7%;
margin-top: 50%;
background: #E6E6E6;
box-shadow: 0px 0px 30px #000000;
z-index: 2;
}
#empresas_img img{
position: absolute;
width: 100%;
height: 100%;
}
/*------------- Servicios -------------*/
#servicios{
position: absolute;
width: 100%;
height: 49.5%;
margin-top: 58%;
}
/*----- Software ------*/
#servicios_software{
position: absolute;
width: 22%;
height: 40%;
min-height: 200px;
margin-left: 15%;
margin-top: 1%;
font-family: 'Roboto', sans-serif;
z-index: 1;
border-radius:10px;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */
box-shadow: 0px 0px 20px #000000;
text-align: center;
}
#software_img{
padding: 2%;
width: 100%;
}
#software_img img{
width: 80%;
height: 85%;
}
#software_h5{
color:black;
margin-top: 3%;
font-size: 1.3rem;
margin-left: -6%;
}
#software_h5_ing{
color:black;
font-size: 1.3rem;
}
#software_txt{
font-size: 0.8rem;
color:#424242;
font-weight: bold;
}
#mask_serviciosSoftware{
position: absolute;
width: 90%;
height: 80%;
margin-left: 3%;
margin-top: -60%;
padding: 1%;
font-size: 0.8rem;
color:black;
overflow-y: auto;
}
/*----- Web Hosting ------*/
#servicios_webHosting{
position: absolute;
width: 22%;
height: 40%;
min-height: 200px;
margin-left: 38.5%;
margin-top: 1%;
font-family: 'Roboto', sans-serif;
z-index: 1;
border-radius:10px;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */
box-shadow: 0px 0px 20px #000000;
text-align: center;
}
#webHosting_img{
padding: 2%;
width: 100%;
}
#webHosting_img img{
margin-top: -8%;
width: 80%;
height: 85%;
}
#webHosting_h5{
color:black;
margin-top: -9%;
font-size: 1.3rem;
}
#webHosting_h5_ing{
color:black;
}
#webHosting_txt{
text-align: justify;
font-size: 0.8rem;
color:#424242;
font-weight: bold;
}
#mask_webHosting{
position: absolute;
width: 90%;
height: 80%;
margin-left: 3%;
margin-top: -60%;
padding: 1%;
font-size: 0.8rem;
color:black;
overflow-y: auto;
}
/*----- Cableado Estructurado ------*/
#servicios_cableadoEstructurado{
position: absolute;
width: 22%;
height: 40%;
min-height: 200px;
margin-left: 62%;
margin-top: 1%;
font-family: 'Roboto', sans-serif;
z-index: 1;
border-radius:10px;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */
box-shadow: 0px 0px 20px #000000;
text-align: center;
}
#cableadoEstructurado_img{
padding: 2%;
width: 100%;
}
#cableadoEstructurado_img img{
width: 40%;
height: 30%;
margin-top: 2%;
}
#cableadoEstructurado_h5{
color:black;
margin-top: 7%;
font-size: 1.3rem;
margin-left: -6%;
}
#cableadoEstructurado_txt{
font-size: 0.8rem;
color:#424242;
font-weight: bold;
}
#mask_cableadoEstructurado{
position: absolute;
width: 90%;
height: 78%;
margin-left: 3%;
margin-top: -61%;
padding: 2%;
font-size: 0.8rem;
color:black;
overflow-y: auto;
}
/*----- Mantenimiento preventivo ------*/
#servicios_mantenimientoPreventivo{
position: absolute;
width: 22%;
height: 40%;
margin-left: 26%;
margin-top: 22%;
font-family: 'Roboto', sans-serif;
z-index: 1;
border-radius:10px;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */
box-shadow: 0px 0px 20px #000000;
text-align: center;
}
#mantenimientoPreventivo_img{
padding: 2%;
width: 100%;
}
#mantenimientoPreventivo_img img{
width: 50%;
height: 40%;
margin-top: 10%;
}
#mantenimientoPreventivo_h5{
color:black;
font-size: 1.3rem;
margin-top: 7%;
margin-left: -6%;
}
#mantenimientoPreventivo_txt{
text-align: justify;
font-size: 0.8rem;
color:#424242;
font-weight: bold;
}
#mask_mantenimientoPreventivo{
position: absolute;
width: 90%;
height: 85%;
margin-top: -70%;
margin-left: 2%;
padding: 1%;
font-size: 0.8rem;
color:black;
overflow-y: auto;
}
/*----- Soporte tecnico ------*/
#servicios_soporteTecnico{
position: absolute;
width: 22%;
height: 40%;
margin-left: 51%;
margin-top: 22%;
font-family: 'Roboto', sans-serif;
z-index: 1;
border-radius:10px;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */
box-shadow: 0px 0px 20px #000000;
text-align: center;
}
#soporteTecnico_img{
padding: 2%;
width: 100%;
}
#soporteTecnico_img img{
width: 70%;
height: 70%;
margin-top: -3%;
}
#soporteTecnico_h5{
color:black;
margin-top: -5%;
}
#soporteTecnico_txt{
text-align: justify;
font-size: 0.8rem;
color:#424242;
font-weight: bold;
}
#mask_soporteTecnico{
position: absolute;
width: 90%;
height: 90%;
margin-left: 3%;
margin-top: -77%;
padding: 2%;
font-size: 0.8rem;
color:black;
}
#mask_soporteTecnico p{
text-align:justify;
}
}
la parte respectiva de la que hablo seria en servicios-> /*----- Software ------*/
hay una forma en que todas las resoluciones me quede igual, ya lo pase todo a porcentajes y formato rem, la verdad no se que mas hacer
Gracias a todos por su ayuda