[RESOLVED] Vertical scrollbar color - Page 2
Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19

Thread: [RESOLVED] Vertical scrollbar color

  1. #16
    buf's Avatar
    buf is offline Virtual PC Specialist!!!
    Join Date
    Oct 2001
    Location
    Florida USA
    Posts
    4,684
    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

  2. #17
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806
    Quote Originally Posted by buf View Post

    ... tell me what you think of this: http://www.iconico.com/CSSScrollbar/ Possible?
    If it works on your setup, it's possible.

  3. #18
    Join Date
    Apr 2013
    Posts
    1

    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


    Quote Originally Posted by SpywareDr View Post
    For example:
    1. 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;
      }
    2. then save it as a text file with the name "c:\my.css" (sans the quotes) and close Notepad.

    3. In Internet Explorer, click Tools > Internet Options > General tab > Accessibility button.

    4. click (check) the box next to "Format documents using my style sheet", then

    5. in the empty "Style sheet:" box, type in:
      c:\my.css

    6. 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.

  4. #19
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806
    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
  •