このCSSを変更して、ヘッダーが固定されたスクロールバーを適用するにはどうすればよいですか?
#gradient-style {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
overflow: auto;
}
#gradient-style th {
font-size: 12px;
}
#gradient-style td {
height: 20px;
}
私のテーブルは次のようなものです。
<table id="gradient-style" align="center">