![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/03/2007, 09:45
|
| | Fecha de Ingreso: noviembre-2003 Ubicación: Frente a la PC
Mensajes: 120
Antigüedad: 21 años, 2 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... |