Discussion Thread
CSS Scrollbars
Message Thread
Posted in the CSS Scrollbars Forum.
Scroll Bars Using Images
I have found many sites that help (including this one) explain the due proccess to change the colors and appearance of scroll bars. I do, however, desire to be able to alter the scroll bars using graphical images of my design. I would like to texture the bar, and the slide. I also have effects I would like to add to the arrows.
This is a possible achievment because I have seen pages where people have made scroll bars with custom images. The catch is that these have all been javascript windows on a web page (Similar to an iframe). As a full time programmer with a small web site company on the side, I do not have time or interest recoding these windows to match what I want to accomplish. Is there a simpler way than to program each and every event in javascript, then use CSS to lock it to the places I want them to be? If you could make an application or applet similar to your scroll bar tool to fabricate the code, that would help out.
Yes yes, I am lazy. I spend over 60 hours a week programming, and I would like to cut that down.
Scroll Bars Using Images
If you want to write custome scrollbars with images then you will have to use javascript. We would be happy to do this for you, however it's going to take time for us to, so we would have to pass on those costs to you. It's not that we're lazy - just busy!
Scroll Bars Using Images
Sure... take your time mate...
How's the end of this year sound?
:D
Scroll Bars Using Images
Anthony didn't get back to me so I assumed that he was not interested. We have many other projects going on so it's a case of prioritys.
Scroll Bars Using Images
I need someone to code for me I have the design spec with me. I shall pay appropriately
Scroll Bars Using Images
Scroll Bars Using Images
Thanks Anika for the way you handled project delivery
Scroll Bars Using Images
urgent image scrollingbar
Scroll Bars Using Images
send me the code to put image in scrollbar
Scroll Bars Using Images
To repeat the message above, we'd be happy to take on consulting work like this, but unfortunatly from your brief post I'm not sure exactly what you're looking for, or if you were interested in having us build something for you.
Scroll Bars Using Images
I dont know if this will work because i have not tried it yet but if you can give everything else an image by using the background-image:url('"); code they why cant it work in a scrollbar? you would think that if you alter the code from color go image then amybe it will work.. who knows.. im going to test it now.. if it dont work for you then i do apologize and i will keep working on a code to figure it out.. have a great day..
check me out at
http://www.myspace.com/blaketait or
http://www.myspace.com/nomorejuggalo
i make my own layouts and everything :) its eye catching..
anyways.. hope the code works for you :)
style
body {
scrollbar-arrow-background-image:url('YOUR IMAGE HERE');
scrollbar-3dlight-background-image:url('YOUR IMAGE HERE');
scrollbar-darkshadow-background-image:url('YOUR IMAGE HERE');
scrollbar-face-background-image:url('YOUR IMAGE HERE');
scrollbar-highlight-background-image:url('YOUR IMAGE HERE');
scrollbar-shadow-background-image:url('YOUR IMAGE HERE');
scrollbar-track-background-image:url('YOUR IMAGE HERE');
}
/style
Scroll Bars Using Images
Unfortunately the HTML spec doesn't support this, so it can't be done!
Scroll Bars Using Images
It`s doesnt work for Mozzila Firefox??
Scroll Bars Using Images
No only IE supports colored scrollbars.
Scroll Bars Using Images
i want seat image in scroll bar
Scroll Bars Using Images
is that correct code 4 using it?
Scroll Bars Using Images
i want to use image in scroll bar
Scroll Bars Using Images
I have found a nice bit of
CSS code which works great with Chrome