CSS Scrollbar Styles

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
aeroman10
Posts: 7
Joined: Thu Jul 10, 2003 6:47 am

CSS Scrollbar Styles

Post by aeroman10 »

Where do I add the style code to add color to the scroll bars.
I tried adding the following code in between the HEAD tags in index.html but it doesnt change the way the scroll bar look but it should so maybe I am editing the wrong file.

Code: Select all

<style>
BODY {SCROLLBAR-FACE-COLOR: #0066FF; SCROLLBAR-HIGHLIGHT-COLOR: #0066FF; SCROLLBAR-SHADOW-COLOR: #0000CC; SCROLLBAR-3DLIGHT-COLOR: #66FFFF; SCROLLBAR-ARROW-COLOR:  #FFFFFF; SCROLLBAR-TRACK-COLOR: #6487dc; SCROLLBAR-DARKSHADOW-COLOR: #0066FF;}
</style>
Can you tell me what file I should edit so that the code above would function properly.

Thanks
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

look into the directory template/, there is the central stylesheet file style.css. Add your CSS code in this file.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply