gpt4 book ai didi

html - 仅为 HTML 表格中的第一列设置样式

转载 作者:行者123 更新时间:2023-11-28 05:05:23 32 4
gpt4 key购买 nike

在 Drupal 中,我有一个从 mysql 用户数据生成的表节点。

元素的结构如下:

<table>
<thead>
</thead>
<tbody>
<tr>
<td>
<td>
</tr>
<tr>
<td>
<td>
</tr
</tbody>
</table>

我如何使用 CSS 定位每个 tr 中的第一个 td

最佳答案

只是使用

tr td:first-child { ... }

:first-child 的支持包括所有现代浏览器,甚至是 IE7

关于html - 仅为 HTML 表格中的第一列设置样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8682329/

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