Thread: Reskinning Scrollbars
Results 1 to 8 of 8
Related
-
Help! scrollbars for tables Forum: HTML Forum
Replies: 0 -
Custom scrollbars Forum: Javascript Forum
Replies: 5 -
Custom scrollbars Forum: HTML Forum
Replies: 4 -
Vertical Scrollbars Forum: HTML Forum
Replies: 1 -
Colored Scrollbars!!!!!! Forum: HTML Forum
Replies: 24
-
04-16-2004, 09:24 AM #1
Reskinning Scrollbars
Yo, I got quite a bit of a problem.
I want to reskin my websites Scrollbar, prettymuch like changing it's color except suing images.
Example:
Changing the horrid grey one so on the webpage it looks like an apple mac's scroll bar.
I've seen codes for this in the past when I wasn't doing much, but now I need em there no where to be found...
Can anyone help?
-
04-16-2004, 10:20 AM #2
Hi Jayu,
this URL may provide you with some info on what you're looking for. http://imint.com/islide/isdoc211.htm
hope it helps
krak_d
-
04-16-2004, 11:15 AM #3
Well.. thnx.
Not quite what I'm looking for thoug.. that about scroll bars on menu applets from what I see, I want to alter the main browser scrollbar as it loads the web page.
As I siad, just like using colored Scrollbars. ^^;;
sorry for the hassle
-
04-16-2004, 12:45 PM #4
Check out the bottom of this thread. The forum searches your keywords automatically, and has picked up quite a few scrollbar threads.
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
04-16-2004, 01:57 PM #5
Emm.. there all fine cept that there all for iframes.. I'm not working with Iframes.. let me give you and example.
----------
the first is a normal bar on a webpage
The second is what I want to happen on my webpage.Last edited by HTML; 04-16-2004 at 06:23 PM. Reason: Please do not use the vbimg tag for large images, instead use the attachment function. thanks
-
04-16-2004, 03:44 PM #6
As far as I know, the only way to change the scrollbar of the browser to that degree is to install an XP theme, or window blinds.
You can, however, create DHTML Scrollers. However, these are inside the page and do not affect the browser scrollbasr themselves.
http://www.dyn-web.com/dhtml/scroll/If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
05-03-2004, 09:00 AM #7
Hello!
Changing the colors of the scrollbars shouldn' be any problem, atleast for IE 6.0.
This is what I used in my stylesheet:
body {
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #aaaaaa;
scrollbar-highlight-color: #aaaaaa;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #aaaaaa;
}
I think thats all the attributes for coloring, play around with them.
I got no clue if/how to change the actual graphics of the browser's scrollbars.
-
05-03-2004, 09:22 AM #8
Not that I know what I'm talking about......
but would it be possible to completely eliminate the scrollbar somehow? IE used to leave the shadow if a frame was set to "scrolling=no", but if more recent versions allowed it, then you might be able to set up an image map at the right hand side with the image of the scrollbar "fixed" as a background and having the page scroll as an "onClick" event.
It might be a feat of programming to have a slider scroll one way, and adjust it's size to page content, and have the page scroll the opposite way. I'd like to see it done (if it could be). It would make for some interesting possibilities.
I've always thought the scrollbar action was backwards anyway.
Food (bits and bytes?) for thought, anyway.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum