Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   How can I specify and image for the scrollbar? (https://thetfp.com/tfp/tilted-technology/18989-how-can-i-specify-image-scrollbar.html)

BoCo 07-26-2003 08:27 AM

How can I specify and image for the scrollbar?
 
It's simple to use Java script to specify scrollbar colors on a webpage, but I'm wondering if there is a way to link a picture to the scrollbar instead.

Here's the script for specifying a color scheme:

^style^
^!--
BODY{
scrollbar-face-color:#000000;
scrollbar-arrow-color:#c5c5c5;
scrollbar-track-color:#c5c5c5;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:#696969;
scrollbar-darkshadow-Color:'';
}
--^
^/style^

Replace the ^ with <>


Any ideas?

Tecelote 07-26-2003 10:38 AM

I did some testing with CSS and the stylesheet code you pasted and wasn't able to get it working. It is an interesting idea though....*conjuring up images of "chromed" or "guilded" scrollbars*

BoCo 07-26-2003 10:51 AM

Did you replace the ^ with < and > ? I had to do that so it would show up in the thread.

zztzed 07-26-2003 10:20 PM

I don't think it is possible.

Personally I don't think that's a bad thing. Colored scrollbars are bad enough. I'm glad Gecko (Mozilla rendering engine) doesn't support it. Of course, they added support for the marquee tag so it wouldn't surprise me if scrollbar styling is far behind...

Ganguro 07-27-2003 12:54 AM

it's not possib le BoCo.
you cvan only screw around w/ colors in the browser scrollbar using CSS.. Sorry.


All times are GMT -8. The time now is 04:32 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73