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

时间:2012-09-24 14:47:07

标签: magento google-chrome magento-1.6

我的Magento网站上的搜索框下方出现了这个列表(见附件) - url http://www.performplay.co.uk,我已经检查了db这些搜索条件,但它们不在db中。我重新索引并清除了缓存,但它们仍然出现 - 我从后端完成了 - 不使用脚本indexer.php。

不确定是什么导致此列表顶部显示似乎是在Chrome而不是IE ..?

任何想法

感谢enter image description here

1 个答案:

答案 0 :(得分:1)

你的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;
}