字段集中的锚标记垂直居中
我试图使用 CSS 将锚点在字段集中垂直居中,但它似乎总是与底部对齐。 这其中有什么技巧吗?
I am trying to vertically center an anchor within a fieldset using CSS but it always appears to align to bottom. Is there any tricks to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您在这里没有提供太多细节。 除了行高之外,您可能还需要调整顶部和底部填充。 这完全取决于字段集中有多少内容。
You are not giving too much detail here. Besides the line-height you might also want to tweak top and bottom padding. It all depends on how much stuff you have inside the fieldset.
您是否尝试过为文本指定行高? 它应该有助于在 Firefox 和 IE 中保持一致。
Have you tried specifying a line-height for the text? It should help to align in both Firefox and IE.
尝试设置样式 vertical-align:middle;
如果这不起作用,发布您的 HTML 会有所帮助
Try setting the style vertical-align:middle;
If that doesn't work posting your HTML would be helpful