html - Table cells resize when zooming in browser -
when displaying table in chrome, table changes cells size when zooming in. table displayed in wrong way in other browsers(ie, firefox). i've tried changing sizes percentage, didn't seem work. how should (works in chrome when zooming 90%): correct table here code in jsfiddle (how shouldn't like) <table id="form50_t_data" style="table-layout: fixed; width: 100%; height: 100%; max-height: 104.00; position: absolute; left: 1.00; top: 38.50; border-bottom: 0.10mm solid #00ffff; border-collapse: collapse; text-align: left;"> <tr> <td colspan="3" id="form50_t_title" style="border-bottom: 0.30mm solid #00ffff; background-color: #8080c0; min-height: 9.70; max-height: 9.70;"> <div style="height: 100%; width: 100%; overflow: hidden; line-height: 10.00mm; text-align: center;">chrono</div> </td> </tr> <tr class...