I have a code snippet that looks like something below. The full code can be seen here: http://codepen.io/anon/pen/VYbxbQ
<table style="display: inline-table; width: 1220px;">
<tbody>
<tr style="">
<td rowspan="3">
<a href="#">
<div style="height: 440px; width: 280px; background: #000;"></div>
</a>
</td>
...
When loaded in Chrome, the layout doesn't look very tight. When loaded in Firefox, it looks tight and exactly how it should look like.
Any ideas?