j'utilise ce code
Pour modifier le couleur de SCROLLBAR
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 /* CSS Document */ BODY { SCROLLBAR-FACE-COLOR: #605137; SCROLLBAR-HIGHLIGHT-COLOR: #B9A584; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #B9A584 ; SCROLLBAR-DARKSHADOW-COLOR: #B9A584 }
ce code marche sous "Internet Explorer" mais pas de changement sous "firefox"
comment on modifier le couleur de SCROLLBAR en "firefox"?
et merci pour vous aides![]()
Partager