|
-
February 27th, 2011, 11:39 PM
#16
I can't believe 6 weeks have gone by since I threw in the towel and gave up on the subject. I have found what may be an answer to my wishes. Before I get overly excited, tell me what you think of this: http://www.iconico.com/CSSScrollbar/ Possible? And my continued thanks.
Compaq Presario CQ5210F Windows 7 Home Premium 64Bit Athlon II X2 215(2.7GHz) Nvidia GeForce 6150SE 22" Envision LCD Monitor Brother HL2040 Laser Printer 500GB SATA HDD 3GB DDR2 Ram and NVIDIA nForce MCP61 Chipset Motherboard
-
February 28th, 2011, 06:28 AM
#17
 Originally Posted by buf
If it works on your setup, it's possible.
-
April 8th, 2013, 10:58 PM
#18
Thank You!
Thank you!!!!!!!!!! I searched high and low looking for this solution to changing the color of my scrollbar.....and finally, I found your post with the perfect (and easy to follow) instructions.
I copied the code you provided, put in the colors I prefer and saved the code as a .css file to a folder on my desktop and then followed your instructions on Internet Explorer. I saved two separate codes (one with black and one with white track colors) in my desktop folder. All I have to do now when ever I prefer the white or black track color - is click on the "Tools" button on IE.
Thank you very much!
we0905
 Originally Posted by SpywareDr
For example: - Copy and paste the code (text) below into Notepad:
Code:
html {
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #000033;
scrollbar-track-color: #3333FF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
}
- then save it as a text file with the name "c:\my.css" (sans the quotes) and close Notepad.
- In Internet Explorer, click Tools > Internet Options > General tab > Accessibility button.
- click (check) the box next to "Format documents using my style sheet", then
- in the empty "Style sheet:" box, type in:
c:\my.css
- click OK, click OK again, then close and re-open Internet Explorer. You should now see ugly darkblue scrollbar(s).

To change the colors of your scrollbar(s) in your "c:\my.css" file to whatever you like, here is a page showing the name of each element of a scrollbar:
and a page with hex codes for hundreds of different colors:
Have fun. 
-
April 9th, 2013, 07:05 AM
#19
You're more than welcome. And welcome to VirtualDr.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|