我有一个问题,即围绕表格的父 div 可以水平滚动。但是该表使用 CSS 饼图渐变作为其中的标题和按钮。问题是当我滚动时,按钮样式也会随着滚动而移动,并且标题也是如此。有什么办法可以解决这个问题
<div id="ListTab" class="data" style="padding-left: 5px; overflow: auto;overflow-y:hidden;">
<input type="hidden" name="colLength" id="colLength"value="${fn:length(listViewColumns)+fn:length(listViewFedbackColumns)+1}" />
<table id="Table1" class="cw4" border="1" width="100%" style="z-index:1">
<thead id="head1"> <tr>
<th></th>
</tr>
div 有水平滚动条,但问题是当我滚动表格上的标题标签时,应用了 CSS pie 渐变,结果它在滚动时移出表格