February 13, 2002
Styling the scrollbar
I didn't know you could do all this...
scrollbar-face-color : #E8D8B8;
scrollbar-base-color : #180C10;
scrollbar-track-color : #180C10;
scrollbar-highlight-color : #EEE2CA;
scrollbar-3d-light-color : #EEE2CA;
scrollbar-dark-shadow-color : #AEA28A;
scrollbar-shadow-color : #AEA28A;
scrollbar-arrow-color : #180c10;
(from a quick peek at the CSS on the inspirational mijnkopthee, one of the only sites I know making use of CSS image filtering (e.g. opacity).)
Posted by francois at February 13, 2002 11:06 AM
Post a comment
(HTML is OK. Two linebreaks are converted to a <p>, one linebreak to a <br />. Represent all occurrences of <, >, and & by character or entity references, i.e. <, >, and &.)