Tema: navegadores
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/04/2010, 04:32
picasona
 
Fecha de Ingreso: marzo-2010
Mensajes: 109
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: navegadores

no acabo de entender lo q dices, pq si lo coloco dentro del div, es el fondo y es mucho más grande... te envio el código q tengo a ver si nos entendemos:

body {

background:url(../imagenes/fondo3.jpg) no-repeat center;
position:static;


}

a {
text-transform:uppercase;
text-decoration:none;
color:#666;
cursor:pointer;
}

a:hover {
color:#bcd306;
}
.inactivo{color:#666}
.activo{color:#000}
.inactivo2{color:#FFF}


/* Estilos contenedor
-----------------------------------------------------------------*/
div#contenedor {
width:620px;
height:495px;
margin:18px auto 0 auto;

}