Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/02/2007, 06:38
xXx"RuBeN"xXX
 
Fecha de Ingreso: febrero-2007
Mensajes: 2
Antigüedad: 17 años, 2 meses
Puntos: 0
De acuerdo Re: Los background no se ven

Jeje, yo tambien soy un "poco" nuevo en esto del css. He corregido algunas cosas que creo que estan mal

Cita:
#cabecera
{

background-image: transparent url(images/bg_menu.jpg)

background-repeat: no-repeat ;

margin: 0px;

position: absolute;

top: 0px;

left: 200px;
}


#menu
{

background-image: url(images/bg_menu_02.jpg) top left;

background-repeat: no-repeat ;

margin-top: 107px;

margin-left: 200px;

position: absolute;

top: 0px;

left: 0px;
}
Lo de la imagen de la #cabecera, el transparent creo que tambien tienes que kitarlo

Los fallos estan en negrita, revisalo y luego nos cuentas

Salu2

P.D.: Si yo tambien tengo fallos, perdonadme llevo poco tiempo aprendiendo css