English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Does anyone know the HTML code of transparent scrollbar?

2006-10-01 19:41:59 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

I'm not sure if you want to hide it, or have it transparent with an outline, but check the sites listed at the following Google search:

http://www.google.com.au/search?hl=en&q=transparent+scrollbar&meta=

You will find that you may customise scrollbar attributes successfully in one browser, but it might make things difficult in another. Sometimes, people edit their scrollbars in IE, and some Firefox users have absolutely no scrollbar. Hence, not being able to scroll without the use of arrow-keys.

It can be annoying.

Your best and safest bet (in regards to browser-compatability) is to use this code in your CSS:

body {background-color: #colour;
scrollbar-shadow-color: #colour;
scrollbar-highlight-color: #colour;
scrollbar-face-color: #colour;
scrollbar-3dlight-color: #colour;
scrollbar-darkshadow-color: #colour;
scrollbar-track-color: #colour;
scrollbar-arrow-color: #colour;}

Obviously, replacing "colour", with the HEX colour. Eg: #DC1627.

2006-10-01 19:54:58 · answer #1 · answered by Medicated Harmony 4 · 0 0

I don't believe there is such a thing.

2006-10-01 19:46:02 · answer #2 · answered by John's Secret Identity™ 6 · 0 0

fedest.com, questions and answers