div的水平和垂直对齐
我正在使用 JQuery。我有一个包含表格的 div。我的表中有 4 行,每行有一个列。每行包含一行或两行文本,
我想让每行的高度 = 100 px,并使文本水平和垂直居中。
这可以做到吗?
I am using JQuery. I have a div that contains a table. I have 4 rows in the table each with one col. Each row contains a line or two of text
I want to make each row with height = 100 px and have the text centered horizontally and vertically.
Can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您希望每个表格单元格中的文本垂直和水平对齐,可以使用 CSS。
在这里查看它的工作原理。
If you want the text in each table cell aligned vertically and horizontally, you can use CSS.
See it working here.
很简单:
very simple: