Comment enlever l'espace entre frames

Résolu
Jean-Louis -  
 jean-louis -
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 voir également:

1 réponse

Gihef Messages postés 5150 Date d'inscription   Statut Contributeur Dernière intervention   2 779
 
Bonjour,

Est-ce que
<frameset framespacing="0">
arrangerait tes affaires ?

+ http://www.aliasdmc.fr/balise/zone_html_frameset.html
0
jean-louis
 
Super merci,

ça marche impeccable

A bientôt
0