Here is my dilema...
I have a table much like:
Code: Select all
<table>
<td><img src="" /><span style="position: absolute; top: 10px">Some Text</span></td>
<td></td>
<td></td>
</table>How can I do this using CSS or do I have to determine the TOP/LEFT of the TD cell and position my SPAN dynamically using Javascript???
Thanks