1table.fixedHeader-floating { 2 position: fixed; 3 background-color: white; 4} 5 6table.fixedHeader-locked { 7 position: absolute; 8 background-color: white; 9} 10 11