Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://jsfiddle.net/fLq3C/1/
您可以在小提琴中看到这一点。在 div 里面我有一个 ul>li 标签,但它显示在一个行空间之后。知道我在做什么错吗?
默认的 ul 属性有一个 margin-top 值,这就是将 li 向下推的原因。我建议要么给 ul 一个类,要么使用重置样式表,因此您必须明确定义边距。
http://jsfiddle.net/fLq3C/2/
检查没有'#divSearchList'样式的代码。然后它是固定的。
http://jsfiddle.net/fLq3C/20/