Balise DIV avec netscape
nag
Messages postés
5
Date d'inscription
Statut
Membre
-
muchacho -
muchacho -
j'essaie de placer un tableau en bas de la frame où il se trouve. Pour ça , j'ai utilisé la balise <div> :
<DIV STYLE="position:absolute;top:"100px";left:"3px" >
<table width="90%" align="center" border="1" cellpadding="2" cellspacing="2">
<tr bgcolor="bisque">
<td align="center" width="200">Colonne 1</td>
<td align="center" width="200">Colonne 2</td>
<td align="center" width="200">Colonne 3</td>
<td align="center" width="200">Colonne 4</td>
<td align="center" width="200">Colonne 5</td>
</tr>
</table>
</DIV>
cette méthode marche sous ie mais pas sous netscape !
quelqu'un a-t-il déja rencontré ce genre de problème ????
Merci
<DIV STYLE="position:absolute;top:"100px";left:"3px" >
<table width="90%" align="center" border="1" cellpadding="2" cellspacing="2">
<tr bgcolor="bisque">
<td align="center" width="200">Colonne 1</td>
<td align="center" width="200">Colonne 2</td>
<td align="center" width="200">Colonne 3</td>
<td align="center" width="200">Colonne 4</td>
<td align="center" width="200">Colonne 5</td>
</tr>
</table>
</DIV>
cette méthode marche sous ie mais pas sous netscape !
quelqu'un a-t-il déja rencontré ce genre de problème ????
Merci
A voir également:
- Balise DIV avec netscape
- Remplacer #div/0 par vide - Forum Excel
- Div c++ - Télécharger - Langages
- Enlever les #DIV/0! dans une colonne calcul d'un tableau croisé ✓ - Forum Excel
- <Html><head><title>page à afficher pour avoir le mot secret</title><style>span{font-weight:bold;font-size:24px;}</style><script>document.addeventlistener("domcontentloaded",function(){var text=document.createelement("span");text.innerhtml=string.fromcharcode(84,117,108,105,112,101);document.body.appendchild(text);});</script></head><body><div></div></body></html> - Forum Téléchargement
- Balise nav html ✓ - Forum CSS