Balise DIV avec netscape

nag Messages postés 5 Date d'inscription   Statut Membre Dernière intervention   -  
 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

2 réponses

Dworf Messages postés 627 Date d'inscription   Statut Membre Dernière intervention   17
 
moi pas utiliser Netscape
toi aller voir http://developer.netscape.com
0
muchacho
 
Quelle est la version de Netsacape que vous utilisez? En effet Netscape version <=4 ne connait pas la balise <DIV>. Il faut plutôt utiliser <LAYER>. Ce n'est que sa version 6 que Ntscape reconnait <DIV>
Bonne chance
0