There is such a code
<table class="table last_auth_flayter"> <thead> <tr> <th>Дата</th> <th>IP адрес</th> <th>Город</th> </tr> </thead> <tbody> <tr> <td class="last_auth_date">02.06.2016 11:07</td> <td class="last_auth_ip">127.0.0.1</td> <td class="last_auth_city"></td> </tr> </tbody> </table>
tbody > tr { //ширина картинки 360 пикселей на 32 background: url(../images/bg_last_auth.png) no-repeat; height: 32px; }
This is how FireFox works.

And this is how it works in chrome - each td starts a background from the beginning.

How to fix it so that it appears in chrome the same way as in FireFox?
For td there is no particular style, only the colors change ...
https://jsfiddle.net/ktjzcshx/1/