Css problem with scroll bar colors

Ok this is so easy to do and ive done it on many site but im totally confused on why this code is not working for changing the scroll bar colors, do i have it in the wrong spot?


/* CSS Document */

BODY { 
	margin-top: 0 ;
	margin-bottom: 0;
	background: #0C3E6A url("images/bg.gif");
    background-repeat: repeat-y;
    background-position: center;
	
	scrollbar-face-color : #103F69;
	scrollbar-shadow-color : #103F69;
	scrollbar-highlight-color : #103F69;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-track-color : #103F69;
	scrollbar-arrow-color : #EDB838;

}

a:link {color: #EDB838;}
a:visited {color: #EDB838;}
a:active {color: #EDB838;}
a:hover {color: #3E464A;}
a {text-decoration: none;}

Ok, I have tested the css coding and from my input it looks like this which seems to be correct.

thats so odd man, its not working on my machine:(

What browser are you trying to view it in?

As far as I know, CSS scrollbars are only visible in Internet Explorer.

That’s correct, because they’re an M$ proprietrary gimmick.

im not even seeing it in IE