我相信我的网站(http://www.imbued.co.uk/)上的ajax搜索结果的样式由于它们作为非样式列表弹出而导致缩进。如何删除此缩进?
答案 0 :(得分:3)
livesearch.css
中的请将此#livesearch_search_results
css
替换为此
#livesearch_search_results {
background-color: #333333;
border-bottom: 1px solid #000000;
left: -100px;
list-style-type: none;
margin: 0;
min-width: 250px;
position: absolute;
top: 32px;
z-index: 100;
padding-left: 0;
}