A voir également:
- Scrolling barre <HTML>
- Windows 11 barre des taches a gauche - Guide
- Editeur html - Télécharger - HTML
- Barré whatsapp - Guide
- S barré ✓ - Forum Word
- Barre verticale mac - Forum MacOS
1 réponse
Bah cela ce fait avec les feuilles de style (css). Voici les paramètre :
body
{
SCROLLBAR-FACE-COLOR: #xxxxxx;
SCROLLBAR-HIGHLIGHT-COLOR: #xxxxxx;
SCROLLBAR-SHADOW-COLOR: #xxxxxx;
SCROLLBAR-3DLIGHT-COLOR: #xxxxxx;
SCROLLBAR-ARROW-COLOR: #xxxxxx;
SCROLLBAR-TRACK-COLOR: #xxxxxx;
SCROLLBAR-DARKSHADOW-COLOR: #xxxxxx;
}
Il ne te reste plus ka mettre tes couleurs =)
body
{
SCROLLBAR-FACE-COLOR: #xxxxxx;
SCROLLBAR-HIGHLIGHT-COLOR: #xxxxxx;
SCROLLBAR-SHADOW-COLOR: #xxxxxx;
SCROLLBAR-3DLIGHT-COLOR: #xxxxxx;
SCROLLBAR-ARROW-COLOR: #xxxxxx;
SCROLLBAR-TRACK-COLOR: #xxxxxx;
SCROLLBAR-DARKSHADOW-COLOR: #xxxxxx;
}
Il ne te reste plus ka mettre tes couleurs =)