2011-11-27 90 views
1

我无法在Firefox 7.0.1中打开Hello world应用程序。我正在开发使用this教程从煎茶documentation.When我打开Firefox网页开发者控制台这个程序,我发现下面的CSS错误:Hello world应用程序无法在Firefox 7.0.1中工作

Unknown property 'box-sizing'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Unknown property 'zoom'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for 'filter'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Unknown property 'user-select'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for 'cursor'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Expected declaration but found '*'. Skipped to next declaration. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for 'background-image'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Unknown property '-moz-outline'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Expected color but found 'null'. Error in parsing value for 'color'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Expected color but found 'null'. Error in parsing value for 'border-bottom-color'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for '-moz-border-radius-bottomleft'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for 'border-bottom-left-radius'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for '-moz-border-radius-bottomright'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for 'border-bottom-right-radius'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for '-moz-border-radius-topleft'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for 'border-top-left-radius'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for '-moz-border-radius-topright'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Error in parsing value for 'border-top-right-radius'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Unknown property 'behavior'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 
Expected color but found 'invert'. Error in parsing value for 'outline'. Declaration dropped. @ http://localhost:8080/ExtJs/HelloWorld/extjs/resources/css/ext-all.css:1 

我想知道为什么这么多的错误来了,如何解决这些错误?

回答

相关问题