I have a table that uses thead and tbody. The table has border-spacing set, and in Chrome and Safari the space b
table
thead
tbody
border-spacing
thead th {position: relative; top: 5px;} will do it
That's not exactly "THE" solution, but you might want to take a look at here for a workaround which have worked with my specific case:
How to remove extra border spacing between TBODY elements?