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...