Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/04/2005, 12:56
river
 
Fecha de Ingreso: septiembre-2003
Ubicación: Buenos Aires, Argentina
Mensajes: 92
Antigüedad: 20 años, 7 meses
Puntos: 1
Top Style Pro3: informe de Errores

Usando el system check del Top Style, me da errores en el archivo css como ser:
"Property position doesn't exist in this definition", este aviso me lo da tanto en position, como top, left, z-index, bottom
¿ alguien me lo puede explicar ? porque hasta ahora el archivo css que hice me funciona bien..

Partes del css:
(aca me da error en "position")

#contenido p{
font-size: 80%;
font-weight: normal;
color: #000000;
background-color : transparent;
line-height : 140%;
}

(aca me da error en "position" "top" "left" y "z-index")

#logo{
position : absolute;
top : 30px;
left : 30px;
z-index : 50;
background-color: #ECE9D8;
}

(aca me da error en "position" "top" y "left" )

#menu{
position: absolute;
top : 68px;
left : 2px;
width : 140px;
font-weight: bold;
margin-bottom: 0px;
background-color: #e6c9c1;
line-height: 20px;
}
__________________
RIVER