Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Magento 1.6.1.0搜索框中的奇怪下拉列表_Magento_Google Chrome_Magento 1.6 - Fatal编程技术网

Magento 1.6.1.0搜索框中的奇怪下拉列表

Magento 1.6.1.0搜索框中的奇怪下拉列表,magento,google-chrome,magento-1.6,Magento,Google Chrome,Magento 1.6,我有这个列表(见附件)出现在我的Magento网站的搜索框下面-url,我已经检查了数据库中的这些搜索词,但它们不在数据库中。我已经重新索引并清除了缓存,但它们仍然出现——我是从后端执行的——没有使用脚本indexer.php 不确定是什么原因导致该列表顶部出现在Chrome中,而不是IE中 有什么想法吗 谢谢您的styles.css(skin/frontend/default/perform play/css/styles.css)尚未完成。插入如下内容: #search_autocomple

我有这个列表(见附件)出现在我的Magento网站的搜索框下面-url,我已经检查了数据库中的这些搜索词,但它们不在数据库中。我已经重新索引并清除了缓存,但它们仍然出现——我是从后端执行的——没有使用脚本indexer.php

不确定是什么原因导致该列表顶部出现在Chrome中,而不是IE中

有什么想法吗

谢谢

您的styles.css(skin/frontend/default/perform play/css/styles.css)尚未完成。插入如下内容:

#search_autocomplete ul {
    background: #ffffff; 
    position: absolute;
}

#search_autocomplete ul .amount {
    color: #00FF00;
    float: right;
    font-size: 12px;
    line-height: 30px;
    padding: 9px 0 0 9px;
}

怎么了?这是搜索词的自动完成。使用firebug,必须有一个ajax请求。