Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/10/2008, 02:32
chocovo
 
Fecha de Ingreso: abril-2003
Ubicación: Valencia
Mensajes: 223
Antigüedad: 21 años, 1 mes
Puntos: 7
las 3 diferencias?

Hola, estoy investigando sobre CSS y me ha surgido la siguiente duda:

En ficheros CSS he visto cosas anotadas de las siguientes maneras:

Cita:
BODY {
FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica; BACKGROUND-COLOR: #442101
}
.body {
FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica; BACKGROUND-COLOR: #442101
}
#Layer1 {
position:relative; top:25px; width:210px; height:25px; float: right;
}
Cual es la diferencia entre empezar la linea con ".", "#", o no poner nada?

Muchas gracias por la respuesta.
Chocovo