如何修改此 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">