Comment enlever l'espace entre frames
Résolu
Jean-Louis
-
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>
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>
Configuration: Windows XP Internet Explorer 7.0
1 réponse
-
Bonjour,
Est-ce que<frameset framespacing="0">
arrangerait tes affaires ?
+ http://www.aliasdmc.fr/balise/zone_html_frameset.html