Coucou, alors le code de base pour cela est celui-ci. Il est à mettre dans la feuille CSS, puis à personnaliser
- Code:
-
.navtop {
top : 0px;
position : fixed ;
width : 100% ;
}
Puis il faut aller dans les templates, Panneau d'administration > Affichage > Template > Général > overall_header_new et trouve ce bout de code (ctrl+f) et le supprimer
- Code:
-
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
Puis chercher ce bout de code-ci:
- Code:
-
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
Le sélectionner & le remplacer par celui-là
- Code:
-
<center><table class="navtop" width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td valign="top"><div style="margin-left : 20%">{GENERATED_NAV_BAR}</div>
</td></tr></tbody></table></center><br/>
Enregistre, publier et c'est dans la boîte normalement