gpt4 book ai didi

html - "vertical-align:middle;"在 td 中不工作

转载 作者:行者123 更新时间:2023-11-28 12:45:47 25 4
gpt4 key购买 nike

我不明白。这是一个非常简单的文档,我看不出有任何它不能工作的原因。

CSS:

.button {
background-color: transparent;
border-radius: 50%;
border: 5px solid #ff0099;
display: table-cell;
vertical-align: middle;
height: 175px;
width: 175px;
text-decoration:none;
text-align: center;
word-wrap: break-word;
}
.button:hover {
text-decoration: underline;
}
.button p {
font-family: Helvetica, Arial, sans-serif;
font-weight: 100;
}
table {
border-spacing: 20px 10px;
border-collapse: separate;
}
td {
vertical-align:middle;
}

HTML:

<table>
<tr>
<td>
<a href="#" class="button" target="_blank"><p>Insert text here, enough to push it over the edge</p></a>

</td>
<td>
<a href="#" class="button" target="_blank"><p>Insert text here, enough to push it over the edge</p></a>

</td>
</tr>
</table>

据我所知,vertical-align 是用于 td 的,所以我不确定为什么它不起作用。

最佳答案

将以下代码添加到 button css 中。引用http://jsbin.com/kixewufe/2/查看http://jsbin.com/kixewufe/2/edit?html,css,output查看完整代码。

vertical-align:middle;
display:inherit;

关于html - "vertical-align:middle;"在 td 中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25167935/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com