Forum de discussion
Forum « Programmation HTML » (archives)
Superposition de tableaux et décalages conséquents
Envoyé: 23 mai 2003, 3h35 par jm
Sauriez vous comment faire pour éviter cet agrandissement de la page, non voulu puisque par mon DIV je voulait uniquement superposer des tableaux!
Merci voici mon code:
<div style="position:relative ; left:10px; top:-500px;">
<table bgcolor="black" cellpadding="0" cellspacing="0" border="0" height="200px" width="1px">
<tr>
<td></td>
</tr>
</table>
</div>
(ATTENTION top:-500px = POSITION RELATIVE DE L'ENDROIT DU CODE + DECALAGE VERS LE BAS DE LA HAUTEUR DES TABLEAUX SUPERPOSES PAR LES AUTRES DIV)
Réponses
|