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.
有时 IE6 会将列表的文本呈现<ul>为与背景颜色相同的颜色。如果您选择它,它们会重新显示,或者如果您上下滚动页面。
<ul>
这显然是一个渲染错误,但我想知道是否有人知道使其可靠的解决方法?
尝试给它 hasLayout 与
zoom: 1
您是否尝试过明确设置行高?出于某种原因,这似乎是许多 IE6 渲染错误的解决方案!
例如
.mylist { line-height: 1.6em; }