Chris
08-25-2003, 09:48 PM
Can anyone get me the colour codes (or pref. html code) of the phpbb websites scrollbar?
I really like this, but can't find it in the source.
Thanks
I really like this, but can't find it in the source.
Thanks
|
View Full Version : PHPBB Scrollbar Chris 08-25-2003, 09:48 PM Can anyone get me the colour codes (or pref. html code) of the phpbb websites scrollbar? I really like this, but can't find it in the source. Thanks pb&j 08-25-2003, 11:10 PM <style type="text/css"> body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; } </style> Chris 08-26-2003, 09:52 AM THANKS!!! |