Custom scroller?

Thanks to all replies! But these scripts do not work :frowning: Show me please real webs with custom scrollers not script tutorials! I just want to copy source code from real working web page with custom scroller! You understood! Thanx

www.tutorialforums.com has custom scrollers

Place this code in your < head > section < / head >


<style type="text/css">
BODY {
    scrollbar-face-color: #;
    scrollbar-shadow-color: #;
    scrollbar-highlight-color: #;
    scrollbar-3dlight-color: #;
    scrollbar-darkshadow-color: #;
    scrollbar-track-color: #;
    scrollbar-arrow-color: #;
}
</style>

Just put a 6digit hex value at the end of each # symbol.

Like #FFFFFF is white and #000000 is black…

playamarz :player:

overacheiver… I hated kids like you in highschool… :stuck_out_tongue:

:trout:

some pple are just never happy…(not you, jub’)

here is a site with some color codes. you will need them in order to change the colors on the scroll bar.

http://www.geocities.com/SiliconValley/Network/2397/

:beam:

Very bad but thanx Yo do not understood me :frowning: really sites with with with scrollbar!

*Originally posted by vendi *
**really sites with with with scrollbar! **
:q:… like… here… www.2advanced.com… that site’s with with with custom scroll bars…

I understood you. I gave you a site with a scrollbar! What else do you want?

Do you mean something like this…

http://www.dkrz.de/~k202039/dhtml/scrollbar/scrollbar.html

???

ok look just add this code to your <head> tags

it controls all the text and effects and also the scrollbar colors

<style>
<!--
table.topnav {font-family: verdana; font-size: 8pt; border-top:1 solid #FFFFFF; border-bottom:1 solid #FFFFFF; line-height:10pt;}
table.nav {font-family: verdana; font-size: 8pt; line-height:10pt;}
td {font-family: verdana; font-size: 8pt; line-height:10pt;}
a:link {color:#7FBFFF; font-weight:none; text-decoration:none; line-height:10pt;}
a:visited {color:#7FBFFF; font-weight:none; text-decoration:none; line-height:10pt;}
a:active {color:#7FBFFF; font-weight:none; text-decoration:none; line-height:10pt;}
a:hover {color:#FFFFFF; font-weight:none; text-decoration:none; line-height:10pt;}
body {font-family:verdana; font-size:8pt; line-height:10pt;}
BODY {scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #000000; 
scrollbar-shadow-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #000000;}
-->
</style>

Chris, if you noticed a whole lot of other people put the same scrollbar color change code in here, thats not what vendi wanted.

oh… or is it a custom scroll bar in flash? :q:

This is the server-side/scripting section so I and everyone else here assumed no.

Thanx a lot I do not want to interrupt U! I got a code but it do not work ! i dont no why! I have IE 6!

I’ll help out now…



<style>
BODY {SCROLLBAR-FACE-COLOR: #D4D0C8; SCROLLBAR-HIGHLIGHT-COLOR: #D4D0C8; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR:  #000000; SCROLLBAR-TRACK-COLOR: #E3E3E3; SCROLLBAR-DARKSHADOW-COLOR: #666666; }
</style>

I guess you didn’t bother to read the thread Mike.

Vendi: Troubleshooting your code would help if you could show us the code you are using.

oh sorry, yeh I do that A LOT! From now on ill be extra careful and read EVERY word

Wow… Geez people… Don’t jump down my throat because I just gave him the code instead of pointing him some place…

I’ll be sure to stay quiet next time :sigh:

Thanks to all replies! But these scripts do not work Show me please real webs with custom scrollers not script tutorials! I just want to copy source code from real working web page with custom scroller! You understood! Thanx

I just figured it would be easier if I just GAVE him the actual source instead of him “searching” around everywhere for it… :frowning:

playamarz