Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/03/2007, 09:45
josecarbono
 
Fecha de Ingreso: noviembre-2003
Ubicación: Frente a la PC
Mensajes: 120
Antigüedad: 20 años, 5 meses
Puntos: 0
Diferencias entre div's

Hola qtal? me gustaria saber cual es la diferencia entre las propiedades de la capa #tres escrita de la siguiente manera:

#pagina #menu #botones1 #tres {
width:20px;
height:20px;
float:left;
margin:0 10 0 10;
background:url(imagenes/IC3.gif);
background-position:0 -20;
background-repeat:no-repeat;
}

a escribirla simplemente:

#tres {
width:20px;
height:20px;
float:left;
margin:0 10 0 10;
background:url(imagenes/IC3.gif);
background-position:0 -20;
background-repeat:no-repeat;
}

Gracias...
__________________
Sin sombra no hay luz...