j'utilise ce code
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
}
Pour modifier le couleur de SCROLLBAR
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