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;
}

Recommended Answers

All 3 Replies

No, scrollbar styling is only available in Internet Explorer.

You can just only view your code result only on internet explorar browser

Take a look at this, it solves your problem using jQuery. You can play about and modify it if you want a specific look.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.