Animation Flash en background d'un tableau ?
Bonjour,
J'utilise plusieurs élements (menu, image, text) dans des tableaux différent qui se collent, dans un j'ai une image en fond, voici mon code :
Code:
1 2 3 4 5
| <table align="center" height="150" width="700" background="img/monimg.png">
<tr>
<td></td>
</tr>
</table> |
OK tout est nickel, maintenant je voudrais changer cette image par une animation flash.
Donc j'ai mis :
Code:
1 2 3 4 5
| <table align="center" height="150" width="700" background="img/monimg.png">
<tr>
<td><mon object flash></td>
</tr>
</table> |
ca fonctionne mais maintenant l'animation (ou le tableau) n'est plus collé il y a un petit espace (je pense du au td), comment puis-je faire pour faire coller le flash au reste des tableaux, comme je peux pas le mettre en background sur le tableau?
Merci d'avance.