arrow using CSS

by aflynt

HTML

<table align="left">
    <tr>
        <td>table 1</td>
    </tr>
</table>
<table>
    <tr>
        <td>table 1</td>
    </tr>
</table>

CSS

table {
    border:1px solid #ccc;
}