链接垂直对齐,高度100%

发布于 2024-11-15 09:25:23 字数 188 浏览 3 评论 0原文

如何将 http://beta.ovoweb 上右侧红色框中的文本“测试”垂直居中。 net/a.php# ? 该链接的高度为 100%,因此它填满了整个 td。现在,当我设置 display: table-cell 时,高度不再是 100%。

How can I vertical center the text 'Test' in the right red box on http://beta.ovoweb.net/a.php# ?
The link has a height of 100%, so it fills the whole td. Now when I set display: table-cell, the height isn't 100% anymore.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

毁虫ゝ 2024-11-22 09:25:23

将其添加到您的“图标”类

margin-top: auto

并删除

height:100%

add this to your "icon" class

margin-top: auto

and remove

height:100%
扛起拖把扫天下 2024-11-22 09:25:23

如果你想走“display:table-cell”路线,我很确定你需要一个具有“display:table;”的父 div和“高度:100%;” (不要忘记也设置父宽度)

If you want to go the "display:table-cell" route, I'm pretty sure that you need a parent div that has "display:table;" and "height:100%;" (don't forget to set the parent width also)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文