Comment enlever l'espace entre frames

Résolu/Fermé
Jean-Louis - 19 mars 2007 à 13:18
 jean-louis - 20 mars 2007 à 06:24
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 mercredi 20 juillet 2005 Statut Contributeur Dernière intervention 20 février 2023 2 775
19 mars 2007 à 15:32
Bonjour,

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

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

ça marche impeccable

A bientôt
0