View Full Version : inline frame, scroll bars


Roxytie14
01-24-2003, 10:35 PM
how do you make the scroll bar on your inline frames different colors, not just grey?

thanks :D

lilchici13
01-24-2003, 10:38 PM
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000

replace ur colors where the 0's are and put the code in the style section

starlet
01-24-2003, 11:15 PM
and you need to put the code for coloured scrollbars actually on the page(s) that appear inside the iframe :)