Bonjour,
J'ai deux frameset avec trois frames au total. Malgré un frameborder=0 j'ai une séparation de deux pixels entre elles.
Comment retirer ce petit espace?
Mon code :
<frameset rows="80,*" frameborder=0 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name="bandeau" src="bandeau.html" frameborder=0 scrolling="no" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frameset cols="120,*" frameborder=0 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name"menu" src="menu.html" frameborder=0 scrolling="no" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<frame name="page" src="accueil.html" frameborder=0 scrolling="auto" noresize leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
</frameset>
</frameset>

ça marche impeccable
A bientôt