Hey guys and gals! I've came across a problem- I am using this code to make the scrollbar red: body { scrollbar-face-color:#CE0000; scrollbar-highlight-color:#F95100; scrollbar-3dlight-color:#FFAAAA; scrollbar-darkshadow-color:#000000; scrollbar-shadow-color:#9F0000; scrollbar-arrow-color:#FFFFFF; scrollbar-track-color:#CCCCCC; } Code (markup): However it only work in IE and Opera and does not work in FireFox... Anyone knows how to fix this? Thanks!
Those are proprietary properties, and are not a part of css2.1. Opera follows IE's lead, because they strive toward IE compatibility. cheers, gary
So, if I was wasting my time by answering your post, why hadn't you shown the courtesy of telling us you no longer needed our help? gary