Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/04/2008, 16:50
nedrek
 
Fecha de Ingreso: abril-2008
Ubicación: -
Mensajes: 156
Antigüedad: 16 años
Puntos: 5
Re: Problema al Visualizar Css En FireFox

Ponles a todos los elementos width y height, y posiciona todas las imagenes en el top left, y de paso hazlo de la siguiente manera:

Código:
.borde_arriba_izquier {
width: 100px;
height: 100px;
background: url(../images/borde_arriba_izqui.jpg) no-repeat fixed left top;
}
Mejor, verdad?


Un saludo