Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/03/2011, 11:59
Avatar de kiM-
kiM-
 
Fecha de Ingreso: mayo-2008
Mensajes: 191
Antigüedad: 16 años
Puntos: 2
Web se ve desplazada en Google Chrome

Pués vereis, resulta que he hecho una maqueta web y en Firefox se ve estupenda, en IE8 aceptable y en Google Chrome se ve desplazada, como si en con el Firefox disminuyeras el tamaño de la web, pero ya eso creo que es un error en algún código o algo, si no no me lo explico. Os dejo el código:

CSS:
Cita:
@charset "utf-8";
body {
margin-top: 0px;
margin-bottom: 0px;
background-image: url(../images/bg.gif);
background-repeat: no-repeat;
background-attachment: fixed;
}

#contenedor {
width: 960px;
margin-right: auto;
margin-left: auto;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: dotted;
border-left-style: dotted;
border-right-color: #999;
border-left-color: #999;
overflow: hidden;
background-color: #FFF;
}
#header {
width: 960px;
background-image: url(../images/bg_header.png);
overflow: hidden;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #00711D;
}
#logo {
height: 160px;
width: 450px;
float: left;
background-image: url(../images/logo.png);
}
#form_pass {
width: 510px;
float: right;
height: 179px;
background-image: url(../images/anm_form_bg.png);
background-repeat: no-repeat;
background-position: 200px;
}
#form_key {
width: 500px;
height: 124px;
padding-top: 55px;
}
#form1 {
width: 300px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
input.areatxt {
background-color: #CCC;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-bottom: 3px;
opacity: 0.6;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
text-decoration: none;
}
input.button1 {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333;
text-decoration: none;
background-image: url(../images/button_bg_hover.png);
border: 1px dashed #333;
opacity:0.6;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 4px;
padding-left: 4px;
}
input.very {
opacity:0.7;
}
#contenedor_botones {
width: 440px;
float: left;
clear: left;
margin-left: 10px;
}
.buttons {
float: left;
padding-bottom: 3px;
}
.buttons a {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 6px;
padding-left: 6px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFF;
text-decoration: none;
text-shadow: 0.1em 0.1em #333;
background-image: url(../images/button_bg.png);
margin-right: 5px;
}
.buttons a:hover {
background-image: url(../images/button_bg_hover.png);
}
#contenedor_cuerpo {
width: 740px;
float: left;
}
.cuerpo_noticias {
width: 700px;
margin-right: auto;
margin-left: auto;
border: 1px dotted #999;
margin-top: 15px;
background-color: #E2E2E2;
text-indent: 2px;
}
.cuerpo_noticias3 {
width: 680px;
margin-right: auto;
margin-left: auto;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #333;
font-weight: bold;
}
.cuerpo_noticias2 {
width: 680px;
margin-right: auto;
margin-left: auto;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #999;
border-right-color: #999;
border-bottom-color: #999;
border-left-color: #999;
padding-top: 3px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 9px;
font-weight: normal;
padding-bottom: 5px;
}
#contenedor_menu2 {
float: right;
width: 220px;
}
#menu_right {
width: 203px;
background-image: url(../images/bg_menu.png);
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-top: 15px;
height: 30px;
}
#icon_gb {
height: 25px;
width: 203px;
background-image: url(../images/icon_bg.png);
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFF;
text-shadow: 0.1em 0.1em #333;
text-align: center;
padding-top: 5px;
background-repeat: no-repeat;
background-position: 2px -13px;
}
#menu_right_contenido {
width: 193px;
background-color: #E2E2E2;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #333;
text-decoration: none;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
}
#footer_n {
width: 960px;
background-image: url(../images/footer.png);
height: 90px;
float: left;
margin-top: 20px;
}
Saludos y gracias de antemano!