CSS expert needed
Posted: Sun Dec 04, 2005 2:51 pm
Don't know if you need to be an expert or not, but...
Here is my dilema...
I have a table much like:
the SPAN needs to be positioned over the image, but without using relative, because it causes problems...
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
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