I know that with the script for scrollbar customizing you change the colour using hex codes..
But is their a way of having an image as the scrollbar colour?????
:s :s :s :s :s :s

I know that with the script for scrollbar customizing you change the colour using hex codes..
But is their a way of having an image as the scrollbar colour?????
:s :s :s :s :s :s
Post Count: :eusa_danc 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000 :eusa_danc
Try a very small program that is called Cool Web Scrollbars...
Search google, and I think you can get it on zymic.com
{
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000
}
I think thats right, just change the hexademical codes.
rareman was right but you need the style tags <style></style>
Thats correct but i was actually presuming that he'd opened his CSS tags.Originally Posted by Sygon
rareman was right but you need the style tags <style></style>
yes, but you didnt state that but anyway it was correct
Well sorry if i'm not specific enough for you but i actually thought he'd be clever enough to open a CSS tag.... As it's probably not his first tag etc.Originally Posted by Sygon
yes, but you didnt state that but anyway it was correct
i no that code, however i dont want hex codes.
i wanted to know if it could be done with images instead lol
Post Count: :eusa_danc 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000 :eusa_danc
ah i found anova way of doing it,
thx 4 the help tho![]()
Post Count: :eusa_danc 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000 :eusa_danc
As far as im aware you cant use images, but you could try changing:
to:{
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000
}
scrollbar-face-image : url="";
and use image and url instead, but i doubt it will work.
Want to hide these adverts? Register an account for free!