链接垂直对齐,高度100%
如何将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将其添加到您的“图标”类
并删除
add this to your "icon" class
and remove
如果你想走“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)