05/03/2011, 12:00
|
| | | Fecha de Ingreso: febrero-2011
Mensajes: 36
Antigüedad: 13 años, 10 meses Puntos: 0 | |
Respuesta: Ajustar web a RESOLUCIÓN DE PANTALLA Cita:
Iniciado por arepavieja debes ajustar el ancho de tus capas, si es con ellas que estás trabajando.
si tienes un div "contenedor" y el resto del contenido se ajusta a este, entonces no tendrías problemas, pero debes recordar que las etiquetas "body" y "html" también deben especificar el ancho para que pueda ser tomado correctamente, es decir, body, html y #contenedor deben tener un width al 100%. si pudieras enviarnos algo del CSS que tienes, sería mucho mejor para intentar solucionar el problema. Saludos. Este es mi código CSS:
Código:
.cabecera {
background-image: url(../cabeceralogo.gif);
background-repeat: repeat;
}
TD{
Color : #F4B100;
Font-Family : "Trebuchet MS", Arial, Helvetica, sans-serif;
Font-Size : 9pt;
position: relative;
border-top-color: #FF9B00;
border-right-color: #FF9B00;
border-bottom-color: #FF9B00;
border-left-color: #FF9B00;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
z-index: 0;
}
.news {
Color : #006;
Font-Family : Verdana, san-serif;
Font-Size : 70%;
}
.hnews {
Color : #FF9900;
Font-Family : Verdana, san-serif;
Font-Size : 80%;
Font-weight : Bold;
}
.cop {
Font-Size : 60%;
Color : #393;
}
.btxt {Font-Size : 11px; Color : #4C7982;}
H1 {Font-Size : 105%; Color : #485679;}
.hh {Font-Size : 95%; Color : #FF9900; Font-Weight : Bold;}
INPUT.fr1 {
BORDER-RIGHT: 1px solid;
BORDER-TOP: 1px solid;
BORDER-LEFT: 1px solid;
BORDER-BOTTOM: 1px solid;
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
BACKGROUND-COLOR: #ffffff;
font-size: 10px;
color: #393
}
.subm {
BORDER-RIGHT: 1px solid;
BORDER-TOP: 1px solid;
BORDER-LEFT: 1px solid;
BORDER-BOTTOM: 1px solid;
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
BACKGROUND-COLOR: #ffffff;
font-size: 10px;
color: #393;
font-weight : Bold;
}
.formt { FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; BACKGROUND-COLOR: #ffffff ; font-size: 11px; color: #3333cc; font-weight: bold;}
textarea {
BORDER-RIGHT: 1px solid;
BORDER-TOP: 1px solid;
BORDER-LEFT: 1px solid;
BORDER-BOTTOM: 1px solid;
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
BACKGROUND-COLOR: #ffffff;
font-size: 10px;
color: #393
}
SELECT {
BORDER-RIGHT: 1px solid;
BORDER-TOP: 1px solid;
BORDER-LEFT: 1px solid;
BORDER-BOTTOM: 1px solid;
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
BACKGROUND-COLOR: #ffffff;
font-size: 12px;
color: #393
}
INPUT.btn { color : #CFD6EF; }
A {
Color : #FFF;
text-decoration : underline;
}
A:visited {
Color : White;
text-decoration : underline;
}
A:hover {
Color : #FCC634;
text-decoration : overline;
}
A:active {
Color : #FFF;
text-decoration : none;
font-weight: bold;
}
A.bmnu {
Color : #4C7982;
Font-Family : Verdana, san-serif;
Font-Size : 15pt;
text-decoration : none;
}
A.bmnu:visited {
Color : #4C7982;
Font-Family : Verdana, san-serif;
Font-Size : 90%;
text-decoration : none;
}
A.bmnu:hover {
Color : #4C7982;
Font-Family : Verdana, san-serif;
Font-Size : 90%;
text-decoration : underline;
}
A.bmnu:active {
Color : #4C7982;
Font-Family : Verdana, san-serif;
Font-Size : 90%;
text-decoration : underline;
}
A.lc {
Color : #008000;
text-decoration : underline;
}
A.lc:visited {
Color : #008000;
text-decoration : underline;
}
A.lc:hover {
Color : #008000;
text-decoration : none;
}
A.lc:active {
Color : #008000;
text-decoration : none;
}
menuprincipal {
font-size: 10%;
}
.Textnegrita {
font-size: 10pt;
color: #CCC;
font-weight: bold;
font-family: Verdana, Geneva, sans-serif;
cursor: crosshair;
font-style: normal;
text-decoration: underline overline;
}
.otrotexto {
font-size: 16px;
font-style: italic;
}
.TERECOGEMOS {
font-size: 25px;
font-weight: bold;
color: #FF0;
font-style: normal;
}
.tablacentral {
border: thick none #FAB600;
}
.destacadoautoescuela2 {
color: #FF0;
text-decoration: underline overline blink;
text-transform: none;
font-weight: bold;
font-style: normal;
font-size: 24px;
}
.lema {
font-family: Verdana, Geneva, sans-serif;
font-size: 12pt;
color: #FF9B00;
font-weight: bold;
font-style: normal;
}
.tablacentral tr td .otrotexto .Textnegrita {
text-align: left;
}
.DESTACADOLEMA {
font-family: Verdana, Geneva, sans-serif;
text-decoration: underline overline;
font-size: 16pt;
color: #FF0;
font-weight: bold;
}
.tipoENLACES {
font-family: Verdana, Geneva, sans-serif;
font-size: 09pt;
color: #006;
text-decoration: underline overline;
font-weight: bold;
}
#telefonos {
background-repeat: no-repeat;
}
|