bonsoir
Un petit coup de main SVP
je n'arrive pas à coller les div "contenu" juste au dessous des div onglets ??????
j'ai essayé en mettant le tout dans une table, mais je n'y arrive pas
<div><table border=1 width=400 cellpadding=0 cellsapcing=0><tr><td height=15 width=30
borderColor=black><div style=width:50pt;height:20pt;background:red;
onClick="document.getElementById('a').style.visibility='visible';document.getElementById
('b').style.visibility='hidden';">onglet1</div></td><td height=15 width=30
borderColor=black><div style=width:50pt;height:20pt;background:orange;
onClick="document.getElementById('b').style.visibility='visible';document.getElementById
('a').style.visibility='hidden'">onglet2</div></td><td height=15 width=300></td></tr><tr><td
width=400pt height=100pt colspan=3><div Id=a style="position:absolute;font-
family:'Verdana';border-color:'#EEEEEE';width:'400px';height:'100px';font-size:'12px';font-
weight:'bold';overflow:'auto';border:'5px inset
red';background:'#DDDDEE';visibility:visible">contenu1</div><div Id=b
style="position:absolute;font-family:'Verdana';border-
color:'#EEEEEE';width:'400px';height:'100px';font-size:'12px';font-
weight:'bold';overflow:'auto';border:'5px inset
orange';background:'#DDDDEE';visibility:hidden">contenu2</div></td></tr></table></div></td></t
r></table></div>
merci par avance

