You are viewing a post by nahtanoj18. View all 113 posts in Here's the code for those who doesn't know how to customize there scrollbars..... [code]/* CUSTOMIZED SCROLLBAR COLOR */ body { scrollbar-face-color: #HEX VALUE; scrollbar-highlight-color: #HEX VAL.
I've tried so hard but nothing...hehehe
I'm gonna use js code but how......pls nathan
[/quote]
Just try these codes below, it might help I think so, add this to your script codes....
[quote]parent.document.body.style.scrollbarFaceColor="#HEX VALUE";
parent.document.body.style.scrollbarHighlightColor="#HEX VALUE";
parent.document.body.style.scrollbarShadowColor="#HEX VALUE";
parent.document.body.style.scrollbar3dlightColor="#HEX VALUE";
parent.document.body.style.scrollbarArrowColor="#HEX VALUE";
parent.document.body.style.scrollbarTrackColor="#HEX VALUE";
parent.document.body.style.scrollbarDarkshadowColor="#HEX VALUE";[/quote]