Ciao scusami avevo travisato la tua domanda.
Per left e right puoi usare il float.
Ti ho preparato un esempio per fare qualche esperimento
<html>
<body>
<div style="height:300px;width;600px;overflow:hidden;background-color:green;">
<table style="float:right;background-color:yellow;"><tr><td>esempio</td></tr></table>
</div>
</body>
</html>