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.
我有一个选择标签,当其中有一个值时,它与底部垂直对齐。我检查了上面的 CSS,唯一的就是字体大小和字体。当我从页面中删除文档类型时,一切看起来都不错,但我假设这是因为浏览器更正了它。这个问题只出现在 IE8 上。
我已经找到了这个问题的原因。在 IE8 中,它源于我两次将相同的样式应用于选择标签的事实。一旦在一个类中它继承自并且一次用于所有选择标签。