<div style="z-index: 99; display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%" id="popup">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td align="center">
<div style="width: 300px; height: 300px; border: 1px solid #000000; background: #FFFFFF">Et sa fais une jolie fenetre de 300x300</div>
</td>
</tr>
</table>
</div>
<div onclick="document.getElementById('popup').style.display = 'block'">Affiche la popup</div>
Apres tu peux mettre un effet "semi transparent" autour en faisant:
<div style="z-index: 99; display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%" id="popup">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%; background: url('grille.gif')">
<tr>
<td align="center">
<div style="width: 300px; height: 300px; border: 1px solid #000000; background: #FFFFFF">Et sa fais une jolie fenetre de 300x300</div>
</td>
</tr>
</table>
</div>
<div onclick="document.getElementById('popup').style.display = 'block'">Affiche la popup</div>
grille.gif que tu peux trouver ici:
http://skullandbones.free.fr/grille.gif
On dit que les oiseaux sont libres dans le ciel,
Mais la vraie liberté n'est pas celle d'avoir un endroit où se poser ?