Click to See Complete Forum and Search --> : Scroll bars width


raulishnikov
02-20-2003, 09:09 AM
I've seen very narrow scroll bars, and they look very neat, i had change the color but wnat them narrower for the left frame, what can i do?
I tried css in the same manner as for change color but didnt work.
Can you please help me?:(

PeOfEo
02-20-2003, 11:25 AM
What have you get so far? Lets see some code or a link!

raulishnikov
02-20-2003, 09:15 PM
Hi Thnaks for answering...:)

Here is the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Inicio</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="http://www.fouettedance.com/favicon.ico">
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#0080C0;
scrollbar-arrow-color:#FFFFFF;
scrollbar-highlight-color:#C0C0C0;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-shadow-color:#808080;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#87A6DA;
}
-->
</STYLE>


I'm thinking that maybe somethinge like: scrollbar-size:*, or scrollbar-width, or width-size may work...

Have you seen this effect before? i remember i saw it once few months a go but at the moment didn't care about...

Thanks

Here 's a link:

www.fouettedance.com/groups.htm

jdavia
02-20-2003, 10:08 PM
You can size the scrollbar as this script suggests. But you might have some restrictions to your pages
http://www.dkrz.de/~k202039/dhtml/scrollbar/scrollbar.html

raulishnikov
02-21-2003, 04:11 PM
Thank you, Thank you, thank you very very very MUCH!!! i knew it was possible, and it seems this will work... i'll try it and send the link of the finished page...oh..by the way... THANKS!!!

Zach Elfers
02-21-2003, 11:32 PM
Remember that the scrollbar script that jdavia gave you might not work on older browsers. You might also want to do a browser detection script so that you can be sure those users are able to access the information.

raulishnikov
02-22-2003, 06:51 AM
OK. Zach, I will check Thanks,
It seems will work fine, you have been very supportive , i appreciated...:)

Stefan
02-23-2003, 05:09 AM
Also remeber that 10-15% of the web users don't use JavaScript at all.

Making sure you page works without JS is imperative.

raulishnikov
02-23-2003, 06:30 AM
i was thinking about it, but didn't knew the percentage was that high..
Thanks:) :(

Stefan
02-23-2003, 03:45 PM
Originally posted by raulishnikov
i was thinking about it, but didn't knew the percentage was that high..
Thanks:) :(

Yepp, it's all those annoying popupadds and other crap making people getting fead up with it compleatly shutting of JS in their browsers. :(

OTOH it just gives you as a webdeveloper the incentive to really make sure your pages work without JS, which will help those that can't use JS for various reasons.

raulishnikov
02-25-2003, 02:56 AM
exactly, one has to know about all these stadistics and the ways to minimize their effects, i'm just starting, i've been playing with web design for a while but just now taking it seriously
learning a lot in this forum thanks to guys like all of you