Thread: Scroll Bars
Results 1 to 12 of 12
Related
-
scroll bars (and no, not colors) Forum: Javascript Forum
Replies: 3 -
Scroll bars Forum: HTML Forum
Replies: 6 -
Help im stuck with scroll bars Forum: HTML Forum
Replies: 3 -
Help on Scroll Bars... Forum: CSS Forum
Replies: 7 -
I dont want any scroll bars Forum: HTML Forum
Replies: 2
-
06-03-2002, 02:16 PM #1
Scroll Bars
HOw do you change the scroll bars on a page like they haveon this page?
-
06-03-2002, 04:03 PM #2
(from Daves source code)
<head>
<style type="text/css">
<!--
BODY {
SCROLLBAR-BASE-COLOR: #2B4D6F;
SCROLLBAR-ARROW-COLOR: #FFFFFF;
}
-->
</style>
</head>
-
06-25-2002, 01:58 AM #3
RE: scrollbar
<STYLE class="text/css"><!--
body
{
SCROLLBAR-FACE-COLOR: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
--></STYLE>
add this between <head> and </head>. change the #ffffff to watever colour u want it to be. #000000 is black, if u dont know wat color is what, use google.com and search for "HTML RGB values". experiment til u like what it looks like. have fun.
ps i have a table of the RGB values for colors, email me at futos@hotmail.com if u want it.
-
07-06-2002, 10:33 AM #4
I hope dave does not mind but seeing as I have just placed a link on my site to his
This might be worth a bookmark for some people.
http://www.nutrocker.co.uk/scrollbarcolor.html
Enjoy
-
08-28-2002, 03:17 PM #5
thank you
yes very easy to use, i recommend it to any beginner like me
-
09-01-2002, 03:06 PM #6
I wanted to ask if there's a way to change the scroll bar in Mac computers too...?
Hmm sorry for using this thread...
-
09-01-2002, 03:48 PM #7
Hi
What color do you see when browsing this board? If it appears blue in your browser then the answer is yes, if you are viewing the board using a MAC
I am not a MAC user so I must apologise for the above.
If the browser supports scrollbar color CSS (IE) then it should still work on a MAC.
I may be wrong of course.
-
09-01-2002, 05:18 PM #8
Hey nutrocker did not have a chance to welcome you previously
so uh ...welcome
Dave
-
11-15-2002, 12:14 AM #9
I guess Netscape doesn't respond to those scroll commands because I'm using Netscape and I don't see any difference in the scroll bars.
-
11-15-2002, 12:25 AM #10
NS 4.72 and below dont support CSS. check out these links to see what works with NS and what doesnt.
http://www.orionhitek.com/cssissues.htm
http://www.webreview.com/style/css1/charts/mastergrid.shtml
http://www.meyerweb.com/eric/css/
http://www.w3.org/Style/CSS/Last edited by Doorknob; 11-15-2002 at 12:28 AM.
-
11-15-2002, 12:28 AM #11
I don't see the blue scroll bars on this site right now with Netscape 6.21, so I just checked it out with IE, and I did see them.
-
11-15-2002, 12:33 AM #12
NS doesnt support it then i guess. fortunately IE users make up 93% of browser users
Last edited by Doorknob; 11-15-2002 at 12:36 AM.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum