Closed. This question is off-topic。它当前不接受答案。
                            
                        
                    
                
                            
                                
                
                        
                            
                        
                    
                        
                            想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
                        
                        3年前关闭。
                                                                                            
                
        
我正在尝试使用CSS为搜索栏提供背景。但是chrome不断给出错误“无效的属性值”。哪个很奇怪,因为我的导航栏是完全相同的代码,但是没有给出错误?
http://ispiked.net/tests/

最佳答案

这是因为您还指定了“不可重复”以及背景图片。将您的代码更改为:

background: url(images/searchbar.png) no-repeat;

关于html - 属性值无效? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11421008/

10-11 12:32