<thead id="fixed_table_title" class="table-head"> <tr> <th>Prescriber</th> </tr> </thead> <tbody id="fixed-body" class="table-body" style="transition: -webkit-transform 0s ease-out; transform: translate3d(0px, -24.808px, 0px);"> <tr> <td>商品1</td> </tr> <tr> <td>商品2</td> </tr> <tr> <td>商品3</td> </tr> <tr> <td>商品4</td> </tr> </tbody> #fixed_table_title{ position: relative !important; z-index: 10000 !important; } #fixed-body{ z-index: 100 !important;position: relative !important; } 試圖給 t-head 添加 transform 屬性或其他的導致其產生 層疊上下文的屬性,發現改變 t-body transform Y軸屬性移動其時 t-head 還是會被 t-body覆蓋。
一個沒有層疊上下文的元素如何比有的元素 z-index 更大?
qq_笑_17
2018-09-12 10:10:25