css:放入此字段集中时,属性会发生令人震惊的变化
我的自定义下拉菜单的顶部和底部填充有很大的变化。
更新 Javascript、CSS 和小提琴中包含 HTML [PHP 已删除]
首先,我没有意识到我可以分享小提琴 ^^ 相当史诗般的网站。
我继续调试,但我想我会把它发布在这里,看看是否有人能发现问题出在哪里:)
My custom drop down menu has a really large change in top and bottom padding.
UPDATE Javascript, CSS & HTML included in fiddle [PHP removed]
First off, I didn't realise I could share a fiddle ^^
Pretty epic site.
I'ma keep debugging, but thought I'd post it here to see if anyone can spot where the problem is :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的字段集 CSS 中,您正在更改行高,这也适用于下拉列表。
您必须在下拉列表的CSS中设置行高:
编辑:
这似乎非常合适:
In your fieldset css you are changing the line-height, which is also applied to the dropdown.
You have to set the line-height in the css for the dropdown:
EDIT:
That seems to fit quite good: