- Firefox-Version
- 88.0 (64-Bit)
- Betriebssystem
- Win7
Hallo, kann das bitte mal jemand in human understanding übersetzen?
In der Konsole folgende Meldung (yellow):
ZitatRelative Positionierung von Tabellenzeilen und Zeilengruppen wird jetzt unterstützt. Diese Website muss möglicherweise aktualisiert werden, weil sie sich darauf verlassen könnte, dass diese Funktion keine Wirkung hat.
Es ist diesbezüglich folgendes in Gebrauch:
Code
.tabledivbox {
max-height: 300px;
overflow-y: scroll;
display: inline-block;
}
table {
border-spacing: 0;
}
table thead {
position: sticky;
top: 0;
}
table th, td {
border: 1px solid #aaa;
}
Alles anzeigen
und natürlich noch einiges mehr.
Interessanterweise habe ich es hinbekommen mit Border in den thead td ohne Tricks, was viele Tutorials (stackoverflow) nicht hinbekommen. Funktioniert excellent.