gpt4 book ai didi

CSS ajax 搜索框样式

转载 作者:太空宇宙 更新时间:2023-11-03 23:58:17 27 4
gpt4 key购买 nike

我相信我网站 ( http://www.imbued.co.uk/ ) 上下拉列表的 ajax 搜索结果的样式有缩进,因为它们作为无样式列表弹出。如何删除此缩进?

最佳答案

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;

}

关于CSS ajax 搜索框样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17872445/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com