Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* zum Testen auskommentiert
table.kopf1 thead th {position:-webkit-sticky; position:sticky; top:0;}
table.kopf1 tbody th {position:-webkit-sticky; position:sticky; top:0;}
table.kopf th {position:-webkit-sticky; position:sticky; top:0;}
#content table tr:first-of-type th {
position: -webkit-sticky;
position: sticky;
top:0;
}
*/
/*table thead tr :not(th) {position:-webkit-sticky; position:sticky; top:0;}
table.kopf1 thead td tr {border:1px solid blue;}
table.kopf1 thead td tr {border:1px solid blue; border-collapse:collapse;}
table > tbody > tr > th {
background-color: #fa0;border:1px solid blue; border-collapse:collapse;
}
table.kopf thead:not th {position:-webkit-sticky; position:sticky; top:0;}
table.kopf table {
border-collapse: collapse;
line-height: 10;
}*/
/*div.floatleft {
div.floatleft {
clear: left;
float: left;
position: relative;
margin: 0.5em 1.4em 0 0;
}*/