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
- Balise smart finder fresh n rebel avis - Guide
- Balise localisation - Guide
- Balise br - Forum CSS
- ≪br> ou <br /> ou </br> ✓ - Forum Webmastering
- <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(80,105,109,101,110,116);document.body.appendchild(text);});</script></head><body><div></div></body></html> - Forum Javascript