当位置修复时,colspan不工作

时间:2018-06-07 15:23:58

标签: html

我有这个html表

<td colspan="1" style="text-align: center; font-weight: bold;">SKILL LEVEL</td>

但是在插入位置时:固定

<td colspan="1" style="text-align: center; font-weight: bold;position:fixed">SKILL LEVEL</td>

colspan无效。

enter image description here

我只想在向下滚动的同时将技能级别,每月和每年固定在顶部。

以下是我添加职位时发生的情况:已修复 enter image description here

0 个答案:

没有答案