Bonjour =) Je ne sais pas si je peux répondre, mais j'ai résolu le problème ^o^
En fait, j'ai suivi le tuto de comment mettre des images sous la barre de navigation, et j'ai mis une barre transparente ^o^
Donc dans
overall_header_new, après cette section:
- Code:
-
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
tu peux mettre tes images tranparentes, ce qui donne ça:
- Code:
-
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
<img src="http://img10.hostingpics.net/pics/955527Sans_titre.png">
Donc normalement, tu devrais avoir plus d'espace entre ta barre et tes pub' =3 et si tu n'en as pas assez, tu peux remettre l'img une deuxième fois.
Voilà, j'espère avoir pu aider ^.^