PDA

View Full Version : custom scroller ?



vendi
March 28th, 2003, 03:31 PM
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

Jubba
March 28th, 2003, 04:00 PM
www.tutorialforums.com has custom scrollers

Marz
March 28th, 2003, 04:27 PM
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:

Jubba
March 28th, 2003, 04:38 PM
overacheiver... I hated kids like you in highschool... :P

:trout:

eyezberg
March 28th, 2003, 05:05 PM
some pple are just never happy...(not you, jub')

Alex
March 28th, 2003, 05:09 PM
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:

vendi
March 29th, 2003, 01:51 AM
Very bad but thanx Yo do not understood me :( really sites with with with scrollbar!

ahmed
March 29th, 2003, 02:00 AM
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..

Jubba
March 29th, 2003, 11:06 AM
I understood you. I gave you a site with a scrollbar! What else do you want?

lostinbeta
March 29th, 2003, 01:42 PM
Do you mean something like this.....

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

??????

chris9902
March 29th, 2003, 04:26 PM
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>

lostinbeta
March 29th, 2003, 10:41 PM
Chris, if you noticed a whole lot of other people put the same scrollbar color change code in here, thats not what vendi wanted.

ahmed
March 29th, 2003, 11:23 PM
oh.. or is it a custom scroll bar in flash? :q:

lostinbeta
March 29th, 2003, 11:40 PM
This is the server-side/scripting section so I and everyone else here assumed no.

vendi
March 30th, 2003, 01:06 AM
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!

Mik3
March 30th, 2003, 02:26 AM
I'll help out now....

Mik3
March 30th, 2003, 02:30 AM
<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>

lostinbeta
March 30th, 2003, 02:39 AM
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.

Mik3
March 30th, 2003, 02:50 AM
oh sorry, yeh I do that A LOT! From now on ill be extra careful and read EVERY word

Marz
March 30th, 2003, 07:29 AM
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... :(

playamarz