PDA

View Full Version : custom made scroll bars...


texbala
10-02-2002, 04:29 PM
hi,

i think this is a HTML -related question??

how can we make a custom (our own color) scroll bar for the webpage...

there are many sites out there.. for eg. in
http://www.webdesign-ks.de/

advacned thnx!!

vosgien
10-02-2002, 09:19 PM
Hi,
I'm not a hundred percent certain on this one, but I would use a javaScript chromeless window, call the window in frame one of your movie and make the window the same size as your movie - does that make sense - there is an excellent tute on how to make a javascript window on this site and you can alter the colours of the scroll bars etc etc at will - worth a try.

Vosgien

tg
10-02-2002, 10:01 PM
<style>
body
{
scrollbar-base-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-track-color: #cc0000;
scrollbar-arrow-color: #cc0000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
}
</style>

read more about it here (http://webdesign.about.com/library/weekly/aa060601a.htm)

vosgien
10-03-2002, 05:20 AM
Hi tg,
That is some useful code and a very useful link, as I said in my response, I wasn't certain about the answer and for once I was right ( not to be certain)

Thanks for that

Vosgien