Une div par dessus une cellule d'une table
Bonjour,
Est-il possible de mettre par dessus un TD dont on a l'ID une div et que cette div prenne la dimension exacte de ce TD. Voici le table:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<table width="100%" style="padding:10px; filter: alpha(opacity=0);-moz-opacity: 0; opacity:0 ;" id="paragraph">
<tr>
<td width="3%" > </td>
<td width="1px" bgcolor="black"></td>
<td width="2%" > </td>
<td id="paragraph" style="font-size:.8em; line-height:150%" width="90%">
du texte ici...
etc...
etc...
</td>
<td width="3%" > </td>
<td width="1px" bgcolor="black"></td>
<td width="2%" > </td>
</tr>
</table> |
L'id du TD sur lequel je veux mettre une DIV est donc "paragraph".
Merci,
Vincent.