Table Width Wrong in IE/Win?

Update!

Fixed! Thanks to Rob, who suggested I changed the width parameters to % instead of pix.

Differential TDR driving two 1’, 50 Ohm coax cables, terminated into a 100 Ohm floating load (PRL-SR-100).


Original:

This table, containing two images, renders poorly in IE/Win. The photo on the right side is shown only partially in the viewport, and the viewer must scroll to the right to see the entire image.

In FF/Win, Chrome/Win, Safari/Mac, FF/Mac, or Chrome/Mac, it renders as I'd expect, which is with both images fully displayed in the viewport.

This behavior is independent of browser window size and independent of monitor resolution. On all 5 working combinations, the images scale themselves so that they fit in the viewport. In the one failing combo, the images scale themselves so that the right image doesn't fit.

Differential TDR driving two 1’, 50 Ohm coax cables, terminated into a 100 Ohm floating load (PRL-SR-100).

Code for the table above is as follows:

<table>
<tbody>
<tr>
<td width="500" style="text-align: left;"><img alt="" src="//cdn.shopify.com/s/files/1/0355/3849/files/image3_grande.png?v=1513876238" style="float: none;" /></td>
<td width="500" style="text-align: left;"><img alt="" src="//cdn.shopify.com/s/files/1/0355/3849/files/Setup1_grande.jpg?v=1513875929" style="float: none;" /></td>
</tr>
<tr>
<td colspan="2" width="1000">
<p><strong>Differential TDR driving two 1’, 50 Ohm coax cables, terminated into a 100 Ohm floating load (PRL-SR-100).</strong></p>
</td>
</tr>
</tbody>
</table>