<html>
<body>
<table>
<tr>
<td style="height: 200px;"></td>
<td>
<div style="height: 100px; width: 100px; overflow: hidden;">
<div id="target" style="height: 100px; width: 100px; background-color: green;"></div>
</div>
</td>
</tr>
</table>
</body>
</html>