I want to style an iFrame scroll bar and this what I found, but it doesn't work in Chrome, supposedly this should work in all browsers, not just IE ?
html, body {
scrollbar-face-color: #D9DEE1;
scrollbar-highlight-color: #D9DEE1;
scrollbar-shadow-color: #D9DEE1;
scrollbar-3dlight-color: #D9DEE1;
scrollbar-arrow-color: #D9DEE1;
scrollbar-track-color: #D9DEE1;
scrollbar-darkshadow-color: #D9DEE1;
}