如何使表格中的文字与图像垂直居中对齐
我想将文本垂直居中,但不知道如何,您可以在下面的小提琴中看到我想要实现的目标。
I want to center the text vertically but no idea how, you can see what I'm trying to achieve in fiddle below.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试以下 CSS:
Try the following CSS:
试试这个小提琴。 http://jsfiddle.net/jTW4d/8/
Try this fiddle. http://jsfiddle.net/jTW4d/8/
这是更新:http://jsfiddle.net/jTW4d/4/
here is an update : http://jsfiddle.net/jTW4d/4/
http://jsfiddle.net/jTW4d/9/ - 我使用 line-height css 属性来修复这。
http://jsfiddle.net/jTW4d/9/ - I used line-height css property to fix this.