Web Developing question: Custom scroll bars?

Shade

Member
Jun 15, 2000
103
0
0
Is there any way, using Java or HTML, to build custom scroll bars for inline frames? I can't stand the stupid grey blocky things, would like to redo them for a site...if not, what is a way to get around this? Thanks,

-Shade
 

Strafe

Senior member
Oct 11, 1999
558
0
76
StileProject is doing something like that, I'm not sure hows he's accomplishing it.

WARNING: This website is probably the nastiest XXX website you'll find on the web. Pass if you don't have a strong stomach.
 

Gorgonzola

Golden Member
Nov 22, 1999
1,300
0
76
if you want another example of a non-flash version of this in use (but without the gut-wrenching pics :D) check out Subaru.com.au - they have exactly what you are talking about.
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
I think Cascading Style Sheets can do it using IE 5.5 only. try these properties

body {
scrollbar-face-color: #6A84AE;
scrollbar-shadow-color: #335997;
scrollbar-highlight-color: #AAAAFF;
scrollbar-3dlight-color: #335997;
scrollbar-darkshadow-color: black;
scrollbar-track-color: #335997;
scrollbar-arrow-color: #FFFFCE
}