Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/02/2010, 10:26
Pejigo
 
Fecha de Ingreso: febrero-2010
Mensajes: 49
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: Centrar fondo

Pues no funciona. Como navegador utilizo Opera 10 firefox 3 e IE 8.
La web la miro en los tres. Y para comprobar las diferentes resoluciones utilizo esta web http://viewlike.us/

Este es el código CSS al completo

<style type="text/css">
a { outline: none; }
body {
min-height:100%;
background-color: #000;
background-image: url(images/fondo.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
position:relative;
min-width:1024px;
min-height:600px;
}
#container {
background-image: url(images/home.png);
position:relative;
left: 50%;
top: 50%;
width:1000px;
height:600px;
margin-top:-300;
margin-left: -500px;
}
#titulo {
position:absolute;
left:0%;
top:5%;
width:444px;
height:35px;
z-index:1;
}
#apDiv1 {
position:absolute;
left:5%;
top:20%;
width:139px;
height:24px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:5%;
top:25%;
width:163px;
height:24px;
z-index:1;
}
#apDiv3 {
position:absolute;
left:5%;
top:30%;
width:249px;
height:24px;
z-index:1;
}
#apDiv4 {
position:absolute;
left:5%;
top:35%;
width:155px;
height:24px;
z-index:1;
}
#apDiv5 {
position:absolute;
left:5%;
top:40%;
width:313px;
height:24px;
z-index:1;
}
#apDiv6 {
position:absolute;
left:5%;
top:45%;
width:111px;
height:24px;
z-index:1;
}
#apDiv7 {
position:absolute;
left:5%;
top:50%;
width:147px;
height:24px;
z-index:1;
}
#apDiv8 {
position:absolute;
right:0%;
bottom:0%;
width:381px;
height:12px;
z-index:1;
}
</style>

Última edición por Pejigo; 21/02/2010 a las 10:37