[問題] Child combinator >
各位好
https://jsfiddle.net/rxd8eyw1/
如上連結
table > tr {
color: red;
}
<table>
<tr>
<th></th>
<th scope="col">國文</th>
<th scope="col">英文</th>
<th scope="col">數學</th>
</tr>
<tr>
<th scope="row">張三</th>
<td>78</td>
<td>60</td>
<td>98</td>
</tr>
<tr>
<th scope="row">李四</th>
<td>67</td>
<td>65</td>
<td>85</td>
</tr>
<tr>
<th scope="row">王五</th>
<td>69</td>
<td>85</td>
<td>45</td>
</tr>
</table>
https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator
在HTML的結構上 tr 應該是 table 的 direct child 吧
但 table > tr 這樣寫,好像沒 match 到 tr
我知道可以用 table tr, 但為什麼 table > tr 不行呢?
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 223.138.40.245 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Web_Design/M.1688449133.A.410.html
推
07/04 13:46,
1年前
, 1F
07/04 13:46, 1F
→
07/04 13:47,
1年前
, 2F
07/04 13:47, 2F
推
07/04 15:02,
1年前
, 3F
07/04 15:02, 3F
→
07/04 15:03,
1年前
, 4F
07/04 15:03, 4F
→
07/04 15:28,
1年前
, 5F
07/04 15:28, 5F
謝謝大家 原來是tbody 突然有種「看不見,可是你依然存在」的感覺
※ 編輯: kisha024 (223.138.40.245 臺灣), 07/04/2023 15:41:15
推
07/04 16:32,
1年前
, 6F
07/04 16:32, 6F
→
07/04 16:33,
1年前
, 7F
07/04 16:33, 7F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章