views:

49

answers:

1

in my style.css i have for example this, and it work fine in iexplorer but when i move to firefox the style is lost and i got the error shown below.

#header {
 width: 900px;
 position: relative;
 height: 170px;
 padding: 0;
 font-size: 14px;
 color: #000;
}

ERROR: from error console in firefox (sorry my local conf is in spanish i dont know how to translate it properly).

Advertencia: Error al interpretar el valor para 'width'. Declaración rechazada. Archivo de origen: http://localhost:8080/cancilleria2008/css/estilos.css Línea: 1990

If somebody can explain me how to correct this i would really apreciate.

+1  A: 

This css code appears to be fine, at least for me. Are you sure that the error is in this piece of your stylesheet?

eKek0
But since the error is about the first value in #header {}, what comes before it? Is it terminated with a } ?
pavium